Running Umbraco On Azure Web Apps
What are Azure Web Apps
Recommended configuration
{
"Umbraco": {
"CMS": {
"Global": {
"MainDomLock" : "FileSystemMainDomLock"
},
"Hosting": {
"LocalTempStorageLocation": "EnvironmentTemp"
},
"Examine": {
"LuceneDirectoryFactory": "SyncedTempFileSystemDirectoryFactory"
}
}
}
}Storage
Issues with read-only filesystems
Scaling
Web worker migrations
How to find the Linux App Service Logs
Web App secret management
Last updated
Was this helpful?