Integrating caching and content delivery within solutions
- You are deploying a web application that uses Azure Cache for Redis to an Azure VM. You need to configure firewall rules to let the VM communicate with instances of the cache. What protocol should be enabled to allow communication?
- TCP
- UPD
- HTTP
- MQTT
- You build an instance of Azure Cache for Redis and connect your web application to the instance. After starting the web application, you want to observe the values stored in the cache without exporting the full cache content.
What tool can you not use to view data stored in Azure Cache for Redis?
- Visual Studio Code
redis-cli.exe
- The Redis console from the Azure portal
- Cloud Shell
- The Azure CLI
- Your application uses Azure Cognitive Services to analyze communication with clients. The requests and responses use RESTful services and are formatted in JSON. Your manager notices that many requests from clients are identical and responses...