An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
Hello Bharani kumar P,
Thank you for reaching out to the Microsoft Q&A forum.
When investigated it looks like there isn’t a separate “toggle” to turn on SaaS subscriptions—instead you purchase a SaaS offer from the Azure Marketplace and deploy it into one of your existing Azure subscriptions (and a resource group). Here’s how you can get up and running:
Make sure your Azure subscription supports Marketplace purchases
• In the Azure portal go to Cost Management + Billing → Policies
• Under “Marketplace purchases,” set your policy to allow purchases
• Note: certain Azure subscriptions (Student, Visual Studio Enterprise, free-credit) can’t buy paid SaaS plans
Grant yourself (or your team) RBAC rights on the target resource group
• You need at least “Contributor” on the resource group you’ll deploy into
Buy and subscribe to the SaaS offer
• Browse to Azure Marketplace → find your SaaS solution
• Click Set up + subscribe
• On the Basics tab pick: – The billing subscription (the one you enabled in step 1) – A resource group (or create a new one) – A name for the SaaS subscription (this is how you’ll identify it later) – The plan and billing term you want
• (Optionally) add tags on the Tags tab for cost management
• Click Review + subscribe and finish the purchase
After purchase, the SaaS service will be deployed into your chosen resource group and subscription. You can manage that SaaS subscription just like any other Azure resource.
If you prefer PowerShell/CLI automation, there’s also an az account subscription enable command to re-activate disabled subscriptions—but it’s not needed for a brand-new SaaS purchase.
Hope that helps you subscribe to your first SaaS offering in Azure!
References
• Purchase a SaaS offer in the Azure portal: https://learn.microsoft.com/marketplace/purchase-saas-offer-in-azure-portal
• Manage Marketplace purchase policies: https://learn.microsoft.com/azure/cost-management-billing/manage/manage-azure-subscription-policy
• Azure CLI “az account subscription enable”: https://learn.microsoft.com/cli/azure/account/subscription