A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hello Tony Warr,
Thank you for reaching out to the Microsoft Q&A forum.
it sounds like your Microsoft account is already flagged as having been used with Azure before—even if you don’t remember it—so it won’t let you get a new Free Trial or Pay-As-You-Go offer. Here’s what you can try:
Check for Existing Subscriptions • Go to the Azure portal (https://portal.azure.com) and click “Subscriptions” in the left-hand menu. • If you see any subscriptions (even disabled or expired ones), you can often re-activate them or create resources under them.
Verify in the Azure Account Center • Sign in at https://account.azure.com/subscriptions and look for any linked subscriptions that might not show up in the portal.
Open a Billing Support Ticket • If no subscription appears but you still get eligibility errors, you have an “eligibility flag” on your account. The only way to clear that is via the billing team. • Create a support request here: https://azure.microsoft.com/support/create-ticket/
Workaround: Use a Different Microsoft Account • As a quick workaround, you could sign up with another Microsoft account that’s never been used with Azure.
Once you have an active subscription, here are a couple of easy ways to spin up a free or low-cost Azure SQL database for development:
• Azure SQL Free-Tier Offer (up to 10 free DBs per subscription) – Browse to the Azure SQL hub: https://aka.ms/azuresqlhub – Click “Try for free” or “Apply offer” on the Create SQL Database page – Follow the wizard; you’ll see “Estimated Cost/Month: $0” on the cost summary card when the free tier is applied
• Quickstart via ARM Template – Use the “Deploy to Azure” button in this Quickstart to stand up a single database in minutes: https://docs.microsoft.com/azure/azure-sql/database/single-database-create-arm-template-quickstart
• Portal-based Creation – In the portal, click “Create a resource” → Databases → Azure SQL Database – Pick your subscription, resource group, give it a name, and pick the free/serverless tier – Review + Create
Hope that helps get you started. Once you’ve got a live subscription and your first SQL DB, ping us if you need firewall rules, connection strings, or anything else!
Reference Documentation
- Manage Subscriptions in the Azure Portal: https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade
- Azure Account Center – Subscriptions: https://account.azure.com/subscriptions
- Create a Support Ticket: https://azure.microsoft.com/support/create-ticket/
- Deploy SQL DB via ARM Template: https://docs.microsoft.com/azure/azure-sql/database/single-database-create-arm-template-quickstart
- Azure SQL Free-Offer Details: https://docs.microsoft.com/azure/azure-sql/database/free-offer?view=azuresql
- Create a Single Database via Portal Quickstart: https://docs.microsoft.com/azure/azure-sql/database/single-database-create-quickstart
- Azure SQL Hub “Try for free”: https://aka.ms/azuresqlhub