Hi @Technotalent ,
Thank you for submitting your question on Microsoft Q&A.
This situation often occurs after moving directly from GoDaddy to Microsoft 365. I'll address your questions one by one to help you better understand and manage your Azure subscription and static web app.
- How do I find out which tenant my Azure subscription is linked to?
To identify the tenant for your Azure subscription, follow these steps:
- Sign in to the Azure Portal: https://portal.azure.com
- Click on your profile icon or initials in the top-right corner.
- Select the “Directory + Subscription” option.
- Take note of the Active Directory (Tenant) name and ID.
- If you have access to more than one tenant, switch directories to see which one lists your subscription.
You can also use Azure CLI:
az account show --output json
This command will display the tenantId and subscription id currently in use.
- Is it possible to move the subscription from the old tenant to your new Microsoft tenant?
Currently, Azure subscriptions cannot be moved directly between tenants. Here are some alternatives:
Option A: Transfer Subscription Ownership
- You can transfer the subscription to another Azure account within the same tenant.
- Transferring between tenants is not supported.
Option B: Recreate Resources in the New Tenant
- Set up a new subscription in your new tenant.
- Re-deploy the static web app and other resources.
- Migrate data manually or use automation tools such as Azure Resource Manager templates or GitHub Actions.
3. What steps can I take to regain management access to the static web app in the previous subscription?
If the subscription is still active and the web app is operational, you can try the following:
Option A: Sign in using the original admin account
- If you still have access to the old tenant, use the original GoDaddy-provisioned account (such as ******@technotalent.us).
- Verify if you can access the Azure portal under that tenant.
Option B: Add your new account as a co-administrator or owner
If you can log in to the old tenant:
- Open Azure Portal and go to Subscriptions.
- Select the relevant subscription.
- Navigate to Access Control (IAM).
- Add your new Microsoft account (******@technotalent.us) as Owner or Contributor.
Note: This method will only work if your new account has been added as a guest user in the old tenant.
- What steps can I take to regain management access to the static web app in the previous subscription?
If the subscription is still active and the web app is operational, you can try the following:
Option A: Sign in using the original admin account
- If you still have access to the old tenant, use the original GoDaddy-provisioned account (such as ******@technotalent.us).
- Verify if you can access the Azure portal under that tenant.
Option B: Add your new account as a co-administrator or owner
If you can log in to the old tenant:
- Open Azure Portal and go to Subscriptions.
- Select the relevant subscription.
- Navigate to Access Control (IAM).
- Add your new Microsoft account (******@technotalent.us) as Owner or Contributor.
Note: This method will only work if your new account has been added as a guest user in the old tenant.
- If migration cannot be done, what is the suggested solution?
Here’s a practical way to proceed:
Suggested Steps:
- Log in to the old tenant with your original account.
- Add your new Microsoft account as a guest user in the old tenant:
- Navigate to Azure AD > Users > New guest user.
- Send an invite to ******@technotalent.us.
- Assign the necessary roles (Owner or Contributor) in the subscription.
- Navigate to Azure AD > Users > New guest user.
- If you cannot access the old tenant or it is locked:
- Set up the static web app again in your new tenant.
- Restore the site using backups or exported content.
Kindly let us know if the answer helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.