How to enable Subscription for November 2022 feature

Abhishek Jain 25 Reputation points
2023-09-21T17:08:09.3766667+00:00

We have SQL Managed Instance in Production and related subscription is not eligible for Nov 2022 features to stop/start the managed instance in portal. How we can make it eligible

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Oury Ba-MSFT 18,696 Reputation points Microsoft Employee
    2023-09-21T18:10:01.58+00:00

    @Abhishek Jain Thank you for the ask.

    Initially, only the Azure Dev/Test offers and subscriptions that are designated for Dev/Test workloads are enabled for the November 2022 Feature Wave.

    Supported offer types include:

    (*) Customers using MS-AZR-0060P may not have regional quota by default, if that's the case, customers should Request a quota increase

    You can check the offer type for your subscription on Azure Portal on the subscription page.

    The support for other types of subscriptions, including subscriptions designated for Production workloads, will become available over the course of the next several months. Unsupported subscription types cannot be enabled individually.

    Read more here from our Product Group https://techcommunity.microsoft.com/t5/azure-sql-blog/november-2022-feature-wave-for-azure-sql-managed-instance/ba-p/3677741

    Hope that helps.

    Regards,

    Oury


1 additional answer

Sort by: Most helpful
  1. Amira Bedhiafi 23,251 Reputation points
    2023-09-21T18:06:38.24+00:00

    I think sometimes new features require a minimum version of Azure SQL Managed Instance. You may need to update your instance to the latest version to support the new feature.

    If your instance is deployed using Azure Resource Manager templates, you may need to modify the template to enable the feature. (If applicable of course)

    Can you also try with Azure CLI (Try and tell us) :

    az sql mi update --name "<ManagedInstanceName>" --resource-group "<ResourceGroupName>" --set properties.<featureProperty>=<value>
    

    If you are not able to it you may need to contact the support team. They will help you :)


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.