What should be the value for prediction_resource_id and from where do I get it?
Many thanks,
Chintan
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@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?
You can retreive the prediciton id from the settings page of the portal. Copy the full string from the prediction resource 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.
@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.
@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.
@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.
Most helpful comment
@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?