In the AI Fundamentals, Explore Machine Learning Exercise, I am failing to deploy the Model

Michael Read 0 Reputation points Microsoft Employee
2024-11-25T13:20:11.0133333+00:00

The instructions (https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html#deploy-and-test-the-model) say to deploy the model using Standard_DS3_v3 VM types. However I cannot do this because there is not enough quota:

Not enough quota available for Standard_D2as_v4. Current usage/limit: 0/6. Additional requested: 8 (20% more quota than expected may be needed for redundancy purposes on some SKUs)

I tried with a different VM type that was within the quota - Standard_E2s_v3. However this deployment fails with the following errors:

{"code":"SubscriptionNotRegistered","message":"Resource provider [N/A] isn't registered with Subscription [N/A]. Please see troubleshooting guide, available here: https://aka.ms/register-resource-provider","details":[],"additionalInfo":[]}

{"code":"DeploymentFailed","target":"/subscriptions/a3603c6f-eb78-421b-abe8-956a79eae2f9/resourceGroups/ML-take-2/providers/Microsoft.Resources/deployments/c84c98ad-0c46-40ec-b55e-4b078570f4ef","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/a3603c6f-eb78-421b-abe8-956a79eae2f9/resourceGroups/ML-take-2/providers/Microsoft.MachineLearningServices/workspaces/ml-take-two-ws/onlineEndpoints/ml-take-two-ws-xqjkf","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."}]}

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

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.