An Azure machine learning service for building and deploying models.
@Getamesay Zegeye - Thank you for confirming that the issue has been resolved: https://learn.microsoft.com/en-us/answers/questions/6004367/azure-ml-online-endpoint-fails-with-subscriptionno?page=1&orderby=Helpful&translated=false#answers
Issue: When creating an Azure Machine Learning managed online endpoint in westus2.
Azure accepts the endpoint write operation, but the endpoint enters Failed
provisioning state with: SubscriptionNotRegistered
Resource provider [N/A] isn't registered with Subscription [N/A].
Resolution: After verifying the standard Azure ML providers, I found that Microsoft.Web was NotRegistered. I registered Microsoft.Web, waited for propagation, and created a new managed online endpoint named level8-bank-endpoint-r3.
The endpoint creation completed successfully in westus2 with provisioning state Succeeded. The create command returned exit code 0, and the authoritative follow-up query also returned Succeeded.
No deployment or traffic was created during this test. This strongly indicates that registration or propagation of Microsoft.Web resolved the earlier SubscriptionNotRegistered [N/A] endpoint-write failure.
Please do let us know if you have any further questions or concerns. We’ll be happy to assist you.