Microsoft.Exchange.Data.Storage.TenantAccessBlockedException after paying DUE Azure Subscription

George Tokau 20 Reputation points
2025-10-14T23:44:25.9333333+00:00

Microsoft.Exchange.Data.Storage.TenantAccessBlockedException

UTC Date: 2025-10-14T23:37:55.177Z
Client Id: 
Session
Client Version: 20251002060.16
BootResult: configuration
Back Filled Errors: Unhandled Rejection: Error: 500:undefined|undefined:undefined
err: Microsoft.Exchange.Data.Storage.TenantAccessBlockedException
[Moderator note: Personally Identifiable Information removed]
estack: Error: 500
    
st: 500
ehk: X-OWA-Error
[Moderator note: Personally Identifiable Information removed]
emsg: TenantAccessBlockedError
Cost Management
Cost Management

A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.

0 comments No comments

Answer accepted by question author
Vinodh247-1375 44,796 Reputation points Volunteer Moderator
2025-10-15T00:57:35.8633333+00:00

Exchange Online and Microsoft 365 services are tied to your Microsoft 365 tenant, not directly to the Azure subscription. This error usually occurs if:

  1. Your Microsoft 365 subscription (Exchange Online, M365 E3, etc.) was temporarily suspended due to non-payment or past-due status or you have paid the bill, but the payment has not yet propagated across Microsoft’s backend systems (can take up to 24 hours).
  2. The tenant status is still showing as “Disabled” or “Suspended” in the Microsoft 365 admin center. Sometimes, if you recently moved from a trial to a paid plan, the Exchange service provisioning can get stuck.

If the tenant still shows blocked:

  1. Run the following PowerShell (from an admin account): Verify if your SKU (license) is Active.
       Connect-MsolService
       Get-MsolAccountSku
       
    
    • Run:
    • Set-MsolUser -UserPrincipalName ******@domain.com -BlockCredential $false
    • This unblocks the user (if individual account was locked).
  2. If the tenant is blocked due to billing hold, you must contact Microsoft 365 billing support.

Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

Was this answer helpful?

2 people found this answer helpful.

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.