Advanced Configuration
From the Azure portal, you can find the instance you built previously and investigate the following advanced settings for security, diagnostics, and monitoring. You can also open the Redis console from the browser to run the commands to manage the instance.
Access Key
To connect to the Redis instance in Azure from SDK or console clients, you need to provide a connection key. There are two keys provided to meet compliance requirements for the periodic rotation of key values. You can choose the first key or copy the connection string with the key, then later, you can update the connection to leverage the second key and regenerate the first key without interrupting the application. Be aware that keys provide you full access to the key values and allow you to read, write, and manage the instance. You can find keys and connection strings in the Access key
section of your Redis page in the Azure portal.
Firewall and Virtual Network Integration
Azure Cache...