Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I re-use an Azure host name?

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?

like image 613
user3384842 Avatar asked Sep 22 '16 19:09

user3384842


1 Answers

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.

like image 189
David Makogon Avatar answered Sep 24 '22 12:09

David Makogon