Why the Projects tab is missing from my Azure portal?

Ron Xiao 25 Reputation points
2024-02-06T07:12:05.9566667+00:00

I see this error when running Python codes to test Azure custom vision for training and prediction with images: azure.cognitiveservices.vision.customvision.training.models._models_py3.CustomVisionErrorException: Exceeds 2 projects Trying to review and delete some of the existing projects, but I don't see the Projects tab on my Azure portal page. Is it hidden somewhere and how do I access it?

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
220 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,396 questions
{count} votes

Accepted answer
  1. dupammi 6,645 Reputation points Microsoft Vendor
    2024-02-07T01:43:50.8666667+00:00

    Hi @Ron Xiao

    Thank you for your response and confirming that my above comment response helped.

    To reiterate the resolution here, let me jot down the gist of my comment response above, so that other community users having the same question, can easily reference this!

    Regarding the Projects tab, it should be visible by default in the Cust-vision-Projects-tab-portal. If you can't see it, you may not have the necessary permissions to view it. Please check if you have been assigned the "Owner" or "Contributor" role to access the Projects tab.

    If you still can't see the Projects tab, try clearing your browser cache or using a different browser to access the Azure portal. The error message "Exceeds 2 projects" indicates that you have reached the maximum number of projects allowed in your Azure subscription. You will need to delete some projects to create new ones. You can check this limit by logging into https://customvision.ai and clicking on the Gear icon in the upper right. You should see your keys and below a list of how many projects you have created and how many more you can create. Please see below:
    User's image Error Repro - 2 project limit: User's image For the F0 pricing Tier, only 2 projects can be created. You can delete a project from the portal (cust-vision-projects-page) or via the SDK you can GetProjects() and then call DeleteProject on one or more of the projects you wish to delete.

    I hope this helps!

    Thank you again for your time and patience throughout this issue.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful