Validation failing for Azure Function in Microsoft Learn Module for "Create a custom skill for Azure AI Search."

Ivan Schneider 20 Reputation points
2024-04-16T23:03:31.1733333+00:00

I'm working on the module for "Create a custom skill for Azure AI Search".

For: Create an Azure Function for a custom skill, step 3 requires us to create a new function.

Validation is failing, with the error: This region has quota of 0 instances for your subscription. Try selecting different region or SKU. (Code: SubscriptionIsOverQuotaForSku)

I've tried for a few regions, same error.

Noting that it also should be on the same region as my Azure AI Search resource.

Is there something I'm missing, or should I simply keep trying other regions?

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
919 questions
{count} votes

Accepted answer
  1. SiddeshTN 2,545 Reputation points Microsoft Vendor
    2024-04-17T05:57:52.2366667+00:00

    Hi Ivan Schneider,

    Thank you for contacting the Microsoft Q&A forum.

    We regret to hear that you're experiencing this problem.

    The error "SubscriptionIsOverQuotaForSku" indicates that your Azure subscription has maxed out its quota for the Premium instance SKU in the region where you're deploying. This means you can't deploy additional Premium instances in that region until you increase your quota.

     To resolve this:

    1.Choose a different Azure region: Select another region for deployment where the quota for Premium instances isn't exhausted. You can review available regions and their quotas for Premium instances in the Azure portal for the latest information.

     2. Consider a different SKU: If changing the region isn't feasible explore alternative SKU options for your Azure resources. Look for options for web app and database resources in the desired region with sufficient quota.

    Please refer to the updated document to complete the exercise: https://microsoftlearning.github.io/AI-102-AIEngineer/Instructions/23-search-skills.html#create-an-azure-function-for-a-custom-skill

    Please feel free to contact us if you have any additional questions.

    If you've found the provided answer helpful, please click the "Accept Answer/Upvote" button. This will be beneficial to other members of the Microsoft Q&A forum community.

    Thank you.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful