Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
I want to recreate the website with the same name in a different subscription, which I cannot move the resource to it directly.
I want to recreate the website with the same name in a different subscription, which I cannot move the resource to it directly.
I currently have a website in my Non-Production tenant (fdpo.onmicrosoft.com), due to security requirement, I need to move it to the Production tenant (microsoft.onmicrosoft.com).
However, due to our company's security policy, we cannot move a subscription Non-Production tenant to the Production tenant directly. (see screenshot)
Therefore, I am considering delete the current website from Non-Production tenant, and then recreate it in the Production tenant. But per my experience, the resource name for a deleted internal resource will be reserved for quite a long time, (at least one month, maybe 3 months or longer)
I don't want to use a different name, because it will break the access for many users.
Request:
Assist me to either move or recreate the website to/in the Production tenant.