MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.23k stars 21.39k forks source link

Prediction resource ID #28445

Closed thecpshah closed 5 years ago

thecpshah commented 5 years ago

What should be the value for prediction_resource_id and from where do I get it?

Many thanks, Chintan


Document details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

RohitMungi-MSFT commented 5 years ago

@thecpshah Thanks for your feedback. I have referenced another issue #28278 where I have asked the author about the same. It looks like we had some recent changes in custom vision service and this could be causing some issues.

@areddish Could you please check and update how we can retrieve the prediction resource id?

areddish commented 5 years ago

You can retreive the prediciton id from the settings page of the portal. Copy the full string from the prediction resource id.

prediction-id

Alternatively, you can use the Azure portal to navigate to the Custom Vision prediction resource. Select that resource provider and click on Properties and it will show you the resource ID there as well.

RohitMungi-MSFT commented 5 years ago

@areddish Thanks for the update. @thecpshah I am able to use the id and run a .net application successfully. Please check the same with your application. We will now proceed to close this thread. If there are further questions regarding this matter, please tag @RohitMungi-MSFT in your reply. We will gladly continue the discussion and we will reopen the issue.

thecpshah commented 5 years ago

@RohitMungi-MSFT @areddish Thank you for looking into this. I get this keys once I create a Custom Vision API service through Portal. However, if I go directly to customvision.ai then I do not see this in Limited Trial option. so the documentation needs this information that create a service in Portal.

areddish commented 5 years ago

@thecpshah Limited Trial accounts are not Azure accounts and thus won't have an associated Azure resource to publish to. Also, Limited Trial accounts are no longer supported - more info here.