Share via

I want to try a basic azure sql database and have tried several times through the the get started button...

Tony Warr 0 Reputation points
2026-03-06T16:05:20.08+00:00

The 'get started' states that I am not eligible for a free account and points me to a pay-as-you-go account and then after taking a payment (£0), now twice says I am not eligible for that either. I am not aware that I have used Azure before. Is there a clear way to set this up for simple development?

Azure Cost Management
Azure Cost Management

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


1 answer

Sort by: Most helpful
  1. Siva shunmugam Nadessin 7,835 Reputation points Microsoft External Staff Moderator
    2026-03-13T04:40:00.2266667+00:00

    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

    1. Manage Subscriptions in the Azure Portal: https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade
    2. Azure Account Center – Subscriptions: https://account.azure.com/subscriptions
    3. Create a Support Ticket: https://azure.microsoft.com/support/create-ticket/
    4. Deploy SQL DB via ARM Template: https://docs.microsoft.com/azure/azure-sql/database/single-database-create-arm-template-quickstart
    5. Azure SQL Free-Offer Details: https://docs.microsoft.com/azure/azure-sql/database/free-offer?view=azuresql
    6. Create a Single Database via Portal Quickstart: https://docs.microsoft.com/azure/azure-sql/database/single-database-create-quickstart
    7. Azure SQL Hub “Try for free”: https://aka.ms/azuresqlhub

     

    0 comments No comments

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.