Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

EmpowerID chatbot uses Azure Cache for Redis, which provides a secure data cache and messaging broker for the Bot, ensuring the chat messages are exchanged super-fast among the users. We will now set up the Azure Cache for Redis following the below steps.

...

  1. Navigate to the Azure Portal.

  2. Create a new Azure Cache for Redis. Cache type should be at least 1 GB for single instance deployment. 12 GB-100 GB or 384 GB-1.5 TB recommended for large scale multi-tenant deployment.

  3. After successfully providing Azure Cache for Redis, navigate to the cache resource. Copy the Primary Connection String from Access Keys setting.

  4. Navigate to the App Service created in Step 1 Set up App Service and populate the AzRedisCache application setting with the Primary connection string.

    Image Removed


    Image Added

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue

...