Azure configuration

Divya Mawar asked on July 22, 2016 09:02

I want to deploy my site on Azure and want to use shared file system for my media content, can you please suggest which Azure configuration (Azure Cloud Services or Azure Web Apps) I should go with?

Recent Answers


Bryan Soltis answered on July 22, 2016 13:50

Hi Divya,

When deploying to Azure, the best choice for a shared file system is to use Azure Storage. Kentico uses native Azure APIs to write to / from Azure Storage and you only have to set a few configuration keys in the web.config. Just be sure you configure the correct types of files to match your needs (media libraries, web analytics, etc.).

You can find step by step instructions here:

Configuring Azure storage

  • Bryan
1 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on July 22, 2016 15:55

To add to what Bryan has stated, I wrote an article on the pain points I went through with a client's install. It helps not only to know how to set it up but what else is affected IF you don't set it up. Check it out.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.