Can I re-use an Azure host name?

非 Y 不嫁゛ 提交于 2020-05-15 05:24:23

问题


I have an Azure app service hosted as [somehostname].azurewebsites.net. Can I reuse that same host name if I delete the existing resource first?

If so, is there a delay before the prior usage of that host name is released?


回答1:


Names are only reserved until the resources are deleted. If you delete your web app, then the name is available again.

There may or may not be a delay, based on how things are managed.




回答2:


Yes you can reuse the host name pretty much immediately.

One caveat to note is that if you create the site in a different region, your new site will end up having a different ip address than the old one. This means that you might not be able to access your site until the DNS propagation completes.

You can test the exact process by creating a test site, deleting it, and then recreating it.



来源:https://stackoverflow.com/questions/39647651/can-i-re-use-an-azure-host-name

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!