Hi,
I am working on trainig custom vision using c#. i am able to train and publish the custom vision. i can see there new iteration is listed. when I am trying to get the Prediction URL. it says "It seems the prediction resource is moved in Azure portal. You can unpublish the iteration and publish it to another prediction resource.". Any help, I am not able to predict based on the new iteration.

Thanks
sanjeev
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@sanjeevgaut Thank you for reaching out to us. Please note that this channel (the Azure Docs repository) is only for driving improvements related to the Azure documentation. It would be great if you can share the documentation link you are referring, so that we can assist you accordingly.
hi
i have been refering https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/blob/master/CustomVision/ImageClassification/Program.cs and https://docs.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/quickstarts/image-classification?pivots=programming-language-csharp
@sanjeevgaut Thank you for sharing the document link. I have assigned the issue to our teammate who would be further looking into the issue and respond back to you at the earliest.
@sanjeevgaut It looks like the message indicates that the custom vision resource might have been moved from Azure portal i.e a resource can be either moved to a different resource group or a subscription as seen below:

If this is the case the iteration needs to be unpublished and published again to a new resource.
Thanks, Rohit. My issue is resolved. I was using ResourseID of training account to publish and now I have changed ResoueseID to prediction account.
Thanks
Sanjeev
My issue is resolved, after changing resourseid of train account to prediction account.
sorry my mistake