Set up Azure Cache for Redis
The EmpowerID chatbot utilizes Azure Cache for Redis, a secure data cache and messaging broker, to support its operations. The following steps outline setting up Azure Cache for Redis for the Bot.
Procedure
Navigate to the Azure Portal.
Create a new Azure Cache for Redis. The cache type should be at least 1 GB for a single-instance deployment. 12 GB-100 GB or 384 GB-1.5 TB is recommended for large-scale multi-tenant deployments.
Â
After successfully providing Azure Cache for Redis, navigate to the cache resource and copy the Primary Connection String from the Access Keys setting.
Â
Navigate to the App Service created in Step 1 Set up App Service and populate the AzRedisCache application setting with the Primary connection string.
In the next step, we will set up the Cosmos DB.
All steps in Deployment & Configuration of EID Bot