A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hey Rajesh G, sorry you’re running into that “We can’t upgrade your subscription right now” message. That usually means there’s something blocking the billing or subscription state from moving forward. Here are the most common things to check and try:
- Verify your subscription type & upgrade path
- Make sure you’re upgrading from a supported SKU (e.g., Free Trial → Pay-As-You-Go). Some SKUs (like certain CSP or EA subscriptions) have different upgrade processes or restrictions.
- In the Azure portal, go to Cost Management + Billing > Subscriptions and select the subscription you want to upgrade. Check the “Subscription offer” field to confirm it’s eligible for the target offer.
- Confirm you have the right permissions
- You need to be an Owner or Billing Administrator on both the subscription and the billing account.
- If you’re on multiple Azure AD directories, verify you’re in the correct directory where the subscription lives.
- Check payment method and account status
- Go to Cost Management + Billing > Payment methods and ensure the card on file is valid, not expired, and has sufficient funds.
- If your trial has recently expired or you have unpaid invoices, the subscription might be disabled; you’ll need to settle those before upgrading.
- Try a different browser or the CLI
- Clear your browser cache or try an InPrivate/Incognito window in case of a portal glitch.
- Alternatively, you can attempt the upgrade via Azure CLI:
Replaceaz account subscription update \ --subscription <YourSubscriptionID> \ --sku <TargetSkuName><YourSubscriptionID>and<TargetSkuName>(e.g., “PayAsYouGo”) as needed.
- Wait a bit and retry
- If you just made recent changes to your billing or payment method, it can take 30–60 minutes for the system to reconcile.
If you’re still stuck after trying these, please reply with a bit more detail so we can dig deeper:
Follow-Up Questions
- What type of subscription are you upgrading from (Free Trial, MSDN, CSP, EA, etc.) and what target SKU are you moving to?
- Are you seeing any additional error codes or messages besides the “try again later” text?
- Do you have any unpaid invoices or a recently expired trial on this account?
- Have you confirmed you’re an Owner or Billing Admin on both the subscription and billing account?
- Did you try via another browser or the Azure CLI, and if so, what result did you get?
References:
https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/upgrade-azure-subscription