how to add support for model deployment?

Eliah Ninyo 20 Reputation points
2024-11-08T11:07:57.3366667+00:00

hi,

i want to add support for more models. ex. deberta. when i go to model catalog and add deberta i get the following error:

{"code":"DeploymentFailed","target":"/subscriptions/b2b818e9-1879-4a75-bcab-1d3e6924ff88/resourceGroups/InfomixedML/providers/Microsoft.Resources/deployments/99fe8f5d-3441-4e84-a54b-540c3f941374","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ResourceDeploymentFailure","target":"/subscriptions/b2b818e9-1879-4a75-bcab-1d3e6924ff88/resourceGroups/InfomixedML/providers/Microsoft.MachineLearningServices/workspaces/InfomixedML/onlineEndpoints/infomixedml-tlivw","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."}]}User's image

eventually i want to see this model in the list below at the flow of the AI Studio.

User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,968 questions
{count} votes

Accepted answer
  1. YutongTie-MSFT 52,956 Reputation points
    2024-11-09T03:05:50.0733333+00:00

    Thanks for your detailed response, the error details provide some clues, it seem you have not registered you provider, please try below steps -

    You can see the registration status and register a resource provider namespace through the portal.

    1. Sign in to Azure portal.
    2. In the search box, enter subscriptions. Or if you've recently viewed your subscription, select Subscriptions. Screenshot of the Azure portal with search box and Subscriptions highlighted.
    3. Select the subscription you want to use to register a resource provider. Screenshot of the Azure portal subscriptions list, highlighting a specific subscription for resource provider registration.
    4. To see the list of resource providers, under Settings select Resource providers. Screenshot of the Azure portal displaying a subscription's settings, highlighting the 'Resource providers' option.
    5. To register a resource provider, select the resource provider and then select Register. Screenshot of the Azure portal resource providers list, showing a specific provider selected and the 'Register' button highlighted.
    6. I will suggest your register Microsoft.PolicyInsights as well.

    Please have a try and let us know how it works. I hope it helps.

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.