Setting up Blob Media Library in Government Azure

Jason Ellison asked on November 14, 2018 01:30

Has anyone had any success mapping media library to blob storage in Government Azure? I've been trying to get this working and it seems as though the Kentico Storage Provider is not resolving to the correct remote name.

For example, it's resolving to: 'testing123.blob.core.windows.net' instead of 'testing123.blob.core.usgovcloudapi.net'.

Correct Answer

Zach Perry answered on November 14, 2018 15:30

Try adding <add key="CMSAzureBlobEndPoint" value="testing123.blob.core.usgovcloudapi.net"/> to your app service settings

0 votesVote for this answer Unmark Correct answer

Recent Answers


Jason Ellison answered on November 15, 2018 20:01

Thanks a bunch! That worked. When I had tried this before, I was mistakenly including "https://" prefix.

0 votesVote for this answer Mark as a Correct answer

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