Azure regression model not deploying
In this module, I follow the instructions successfully until the Deploy and test model section. First of all, it isn't letting me select Virtual machine: Standard_DS3_v2 so I select Standard_D2as_v4 instead.
Once selecting Deploy, the deployment fails and the provisioning state says failed.
These are the error details I get.
ResourceOperationFailure: Resource provider [N/A] isn't registered with Subscription [N/A]. Please see troubleshooting guide, available here: https://aka.ms/register-resource-provider
Apparently I need to go to Azure Portal Resources and make sure I have the correct Resource provider registered. Not sure which one I need to register.
I got help from the Q&A AI assist and it suggested to register Microsoft.Network but that also didn't work.
On Azure Portal HubsExtension, the error states this:
{"code":"DeploymentFailed","target":"/subscriptions/8806fbb1-d0cf-4e88-a05d-abfeba68d63e/resourceGroups/AMLResourceGroup/providers/Microsoft.Resources/deployments/ef455375-598b-442e-abcb-cb79fd35e50d","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/8806fbb1-d0cf-4e88-a05d-abfeba68d63e/resourceGroups/AMLResourceGroup/providers/Microsoft.MachineLearningServices/workspaces/AMLTutorial/onlineEndpoints/amltutorial-znrxy","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."}]}
This question is related to the following Learning Module