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'.
Try adding <add key="CMSAzureBlobEndPoint" value="testing123.blob.core.usgovcloudapi.net"/> to your app service settings
<add key="CMSAzureBlobEndPoint" value="testing123.blob.core.usgovcloudapi.net"/>
Thanks a bunch! That worked. When I had tried this before, I was mistakenly including "https://" prefix.
Please, sign in to be able to submit a new answer.