An Azure service for ingesting, preparing, and transforming data at scale.
Hey Udaya, it looks like the reason you can’t “open” or connect to ADF any more is that your account no longer has an active Azure subscription. Azure Data Factory (and all other Azure services) require you to have a valid subscription (even if you stay within free-tier or credit limits) before you can author or run pipelines. Once your free trial expires or you close that subscription, you must either reactivate it or sign up for a new pay-as-you-go (PAYG) offer to keep using ADF.
Here’s what you can try:
- Check your current subscriptions – Sign in to the Azure portal → Subscriptions – Do you see your old trial listed under “Closed” or “Disabled”? If it’s been less than 90 days since you closed it, you can click Reactivate.
- Create or upgrade to a pay-as-you-go subscription – In the Subscriptions blade, click “+ Add” – Choose “Pay-As-You-Go” – You’ll need to verify an identity (credit card, phone, etc.), but you can stay within free credit limits or only pay for what you actually use.
- Assign yourself permissions on the Data Factory resource – Once your subscription is live, make sure your user has at least the Data Factory Contributor role on the resource group (or subscription) where you want to create/open ADF.
- Re-open or create your Data Factory – After subscription is active, go to Create Resource → Analytics → Data Factory, fill in basics, and hit Create. – You’ll be able to connect to the ADF Studio and author pipelines again.
A few notes:
• There’s no perpetual “free tier” for Data Factory beyond the initial trial credits—once those credits are gone, all activity runs, debugging, etc., are billed at PAYG rates.
• If you don’t see the Reactivate option or the “+ Add” subscription button, check that you’re in the right Azure AD tenant (top-right corner) and that your account isn’t blocked or limited.
References
- Error message when free/trial account expires and requires PAYG upgrade https://learn.microsoft.com/answers/a/12312091?wt.mc_id=knowledgesearch_inproduct_azure-cxp-community-insider
- Azure subscription management (reactivate, create new) https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#subscriptions
- Azure Data Factory roles & permissions https://learn.microsoft.com/azure/data-factory/concepts-roles-permissions#roles-and-requirements
- Data Factory pricing overview (so you know what will be billed once you’re on PAYG) https://azure.microsoft.com/pricing/details/data-factory/data-pipeline/
Hope that helps! Let me know if you run into any errors re-activating or creating the subscription.