문제

Probably a very silly question, however I cannot see an explicit quotation about the following:

  1. I currently have the default Azure storage domain, say: http://myazure.blob.core.windows.net/
  2. I want to map a custom CNAME for example: myazurestore.mydomain.com to the above storage account.

I currently have an application which has code to refer to the endpoint in item 1 above, which I don't want to upset.

With a new part of the system, I can hopefully use the mapped subdomain in item 2, however I don't want to break the existing app pointing to the default azure domain.

So again, very silly question, but guessing the mapping of a custom domain still leaves the default azure domain active?? (i.e. similar to websites and so on?)

Cheers,

도움이 되었습니까?

해결책

Adding custom domains will not break the Azure-assigned domain. You're safe!

다른 팁

You can configure a custom domain for accessing blob data in your Azure storage account. The default endpoint for the Blob service is https://.blob.core.windows.net. If you map a custom domain and subdomain such as www.contoso.com to the blob endpoint for your storage account, then your users can also access blob data in your storage account using that domain.

Azure Docs

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top