Cloud Vision Resource Not Found

Marco Matascioli 6 Reputation points
2022-05-03T16:17:05.897+00:00

Hello All,

I am trying to use Cloud Vision but I get always that the Resource in not found, despite it is shown on the azure portal.

When I click on the custom domain I get this message:
Resource ID: REDACTED

Status Code: 404

Status Message: The resource ID provided is not a valid ID (not a subscription, resource group or resource ID).

Any help? I do not know what I am missing.

Thank you in advance.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
635 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
307 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 41,866 Reputation points Microsoft Employee
    2022-05-05T10:51:34.757+00:00

    @Marco Matascioli I am not sure if you already have a resource or trying to create one. I would suggest to first login to Azure portal and search for all your resources and locate the computer vision resource. If the resource is found you can locate the Keys & Endpoint tab and use the keys and endpoint to follow the steps of image analysis and call the API. Using all other APIs is pretty much the same where you can use the API reference to call any of them.

    If you have not created any resource yet then I would recommend to follow the learn tutorial which details every step to create and use the API.

    I hope this helps!!