Hello Ronan !
In your case Azure is trying to use a resource provider that is still un-registered in the subscription. For managed (online) endpoints in Azure ML, two providers that are not enabled by default are frequently required:
Resource provider | Why Azure ML needs it |
---|---|
Microsoft.Cdn | The public inference endpoint sits behind an Azure Front Door / CDN edge |
Microsoft.Cdn | The public inference endpoint sits behind an Azure Front Door / CDN edge |
Microsoft.PolicyInsights | Endpoint creation calls the Policy Insights API to check policy compliance |
If either of these is missing you get the generic “N/A” error, even when all the obvious providers such as Microsoft.MachineLearningServices
, Storage
, Network
... are already registered.
Try registering Microsoft.Cdn and Microsoft.PolicyInsights immediately, it will help you resolve the error (Occasionally, regions such as Switzerland North also require Microsoft.ApiManagement)
Links to help you :
https://stackoverflow.com/questions/79093710/unable-to-create-the-online-endpoint