Hey Folks!
I've hit a snag using the labs for the AI-3019 set of these labs.
Running step 7 in 12-explore-azure-ai-extension.html (which is in all the AI Labs BTW) fails with an error concerning the "Version" parameter.
I opened and investigated the Shared/deploy.bicep file indicated in the code of the lab step ("--template-file "mslearn-postgresql/Allfiles/Labs/Shared/deploy.bicep") and found the variable is set to an appropriate value (16). I'm not sure which direction to head though to fix the deploy.
More specifically the text of the error is:
{ "code": "DeploymentFailed", "target": "/subscriptions/773d99f7-13f0-4263-bca4-0f2810f31a84/resourceGroups/rg-learn-postgresql-ai-eastus/providers/Microsoft.Resources/deployments/deploy", "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": "ParameterOutOfRange", "message": "The value of the 'Version' should be in: []. Verify that the specified parameter value is correct." } ]
Hey Folks!
I've hit a snag using the labs for the AI-3019 set of these labs.
Running step 7 in 12-explore-azure-ai-extension.html (which is in all the AI Labs BTW) fails with an error concerning the "Version" parameter.
I opened and investigated the Shared/deploy.bicep file indicated in the code of the lab step ("--template-file "mslearn-postgresql/Allfiles/Labs/Shared/deploy.bicep") and found the variable is set to an appropriate value (16). I'm not sure which direction to head though to fix the deploy.
More specifically the text of the error is:
{ "code": "DeploymentFailed", "target": "/subscriptions/773d99f7-13f0-4263-bca4-0f2810f31a84/resourceGroups/rg-learn-postgresql-ai-eastus/providers/Microsoft.Resources/deployments/deploy", "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": "ParameterOutOfRange", "message": "The value of the 'Version' should be in: []. Verify that the specified parameter value is correct." } ]