How to configure Azure Cache for Redis in Orchestrator WenApp?
Configuring Azure Cache For Redis in Azure WebApp:
- Creating the Azure Cache for Redis
- Open the Azure Portal → Search for Azure Cache For Redis → Click on the result.
- Click on Add New and then provide the details and click on Create
- Once created prepare the connection string Copy the connection string from the Access Keys under Settings Tab.
- Now go to WebApp → Configuration and add the below-highlighted configurations (add multiple instances first to use HA)
- Save it and restart the WebApp. Everything is now set to use the Azure Cache for Redis.