When you upload your site on several instances in Azure or want to scale the instances, you need to prepare the communication infrastructure to transmit messages between the nodes - for example, to communicate cache invalidation. Sitefinity CMS uses Redis message sender that you must configure for NLB communication in Azure Web Apps.
NOTE: This article describes how to setup Redis in a load-balanced environment. To learn how to setup Redis as a shared cache location, see Configure the cache provider.
To provision Redis cache for your Sitefinity CMS website, you must navigate to your Azure portal and search for Azure Cache for Redis.
Configure a running instance of Azure Redis and get a connection string. For more information, see Microsoft's documentation » Use Azure Cache for Redis in .NET Framework.
Perform the following:
ConnectionString
$redisPrimaryKey@$redisCacheName.redis.cache.windows.net?ssl=true
RECOMMENDATION: If you want to achieve failover redundancy for a production environment, we recommend using at least Azure Standard Pricing tier (C0+). For more information about the different pricing tiers, see Redis Cache Pricing.
NOTE: Sitefinity CMS and Redis are completely decoupled and they can work both (or one of them) on on-premises infrastructure.
Sign up for our free beginner training. Boost your credentials through advanced courses and certification. Register for Sitefinity training and certification.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important