An Azure service that provides an event-driven serverless compute platform.
Hi @Sunny Kim
Thank you for reaching out to Microsoft Q&A.
The error AADSTS90002: Tenant 'TENANT_ID' not found occurs when Microsoft Entra ID (Azure Active Directory) is unable to locate the tenant associated with the login request. This typically happens when the tenant ID or domain is incorrect, the tenant has been deleted, or the tenant no longer has any active subscriptions. In many cases especially for test environments the tenant may have been removed automatically due to inactivity or decommissioned manually, making it permanently unavailable. As a result, authentication fails because the service cannot map your login request to any existing tenant directory.
Refer below points to resolve this issue or this is the workaround
Verify if the Tenant exists
- Try signing in to the Azure portal:
https://portal.azure.com
- Confirm if the tenant domain (e.g.,
xxx.onmicrosoft.com) or Tenant ID is correct - If the tenant cannot be found or selected, it is likely deleted or unavailable
Check tenant status with administrator
- Verify whether:
- Tenant is still active
- Subscription is present and not expired
- Tenant is still active
- If there are no active subscriptions or the tenant was deleted, it cannot be used again.
Create a new Tenant (recommended if this was a test tenant)
- Sign in to Azure portal
- Go to Microsoft Entra ID → Manage Tenants → Create
- Provide:
- Organization Name
- Initial Domain Name (
*.onmicrosoft.com)- Region
- Initial Domain Name (
- Organization Name
- Click Review + Create → Create
- After creation, you will be assigned as Global Administrator for the new tenant.