Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to deploy umbraco cms web app on azure app service?


Asked by Bryan Silva on Nov 30, 2021 Web Services



This template provides a easy way to deploy umbraco CMS web app on Azure App Service Web Apps. This Azure Resource Manager template was created by a member of the community and not by Microsoft. Each Resource Manager template is licensed to you under a license agreement by its owner, not Microsoft.
Moreover,
Quickly create and deploy mission critical web Apps that scale with your business by using Azure App Service. Umbraco will run on Azure Web Apps but there are some configuration options and specific Azure Web Apps environment limitations you need to be aware of. You need to add these appSettings:
Subsequently, Azure quick start template gallery has ready to use ARM template that will deploy a scalable Umbraco CMS application. Here’s what this template contains: Session state: This template creates an Azure Redis cache resource and pre-configures Umbraco CMS web app to use this newly created redis cache for session state caching.
Consequently,
Media folder: Umbraco CMS stores all the media content on the file server by default and on Azure Web Apps the files are stored on a shared drive used by all instances running your web app. As I/O calls increase in your web app, the performance of the app degrades as well.
Similarly,
This assumes you already have an Azure account. On the left navigation, click “Resource groups” > + Add > Give it a name that represents your Umbraco CMS project. A resource group essentially is a container of resources (i.e. web app, database, storage account).