An Azure machine learning service for building and deploying models.
Hello - @Getamesay Zegeye
Thanks for the question and using MS Q&A forum.
Glad to know that the issue has been resolved.
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.