Not clear how to configure HTTP access to static web site with custom domain. I got error AccountRequiresHttps trying to access it without HTTPS
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Nevermind, I figure it out, please close the issue. I'm having InvalidQueryParameterValue problem now, but will try to look more myself before asking
We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.
@maxal1917 Did you have the InvalidQueryParameterValue issue solved? I got it after enabling HTTP access on the storage account.
Figured out! Must put <name>.<zone like z23>.web.core.windows.net
in the CNAME record, not <name>.blob.core.windows.net
. Would be helpful if this can be documented.
Yes, it somehow got away by itself within couple of hours. Not sure why.
Most helpful comment
Figured out! Must put
<name>.<zone like z23>.web.core.windows.net
in the CNAME record, not<name>.blob.core.windows.net
. Would be helpful if this can be documented.