An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
Hi @mufy ,
If you can’t create a new Custom Vision project; the most common causes are:
- The Custom Vision resource was not created correctly in Azure.
You’re signed into the wrong subscription or tenant in the Custom Vision portal.
The region of the resource doesn’t match the portal/project setup.
Your account is missing the required permissions on the resource.
The portal is still loading your subscriptions/projects, and the create action is being triggered too early.
Please try these steps:
Confirm that you already have a Custom Vision Training resource in the Azure portal.
Make sure you are signed into the same account, tenant, and subscription that owns the resource.
Check whether the resource region is supported and matches what you selected in the Custom Vision portal.
Verify that you have access rights such as Owner, Contributor, or the appropriate Cognitive Services role.
Try opening the portal in an incognito/private browser window and sign in again.
If the project still fails to create, wait a few minutes and try again, as portal propagation issues can happen.
If none of that helps, the best next step is to share the exact error message or screenshot so the community can identify whether this is a permissions issue, a subscription issue, or a portal problem.
Thankyou!