Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

machine-learning-workspace-vnet deploys Classic resource mode for Application Insights and fails with BadRequest #14210

Open
Guillaume-Fourrat opened this issue Nov 5, 2024 · 0 comments

Comments

@Guillaume-Fourrat
Copy link

Executing (from https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-workspace-template?view=azureml-api-2&tabs=azcli#use-a-new-virtual-network)

az deployment group create
--name "exampledeployment"
--resource-group "examplegroup"
--template-uri "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.machinelearningservices/machine-learning-workspace-vnet/azuredeploy.json"
--parameters workspaceName="exampleworkspace"
location="eastus"
privateEndpointType="AutoApproval"

Will now result in error

","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":"BadRequest","message":"Region doesn't support Classic resource mode for Application Insights resources. Please use Workspace-based mode."}]}}

I guess template should be updated to align with https://azure.microsoft.com/en-us/updates/we-re-retiring-classic-application-insights-on-29-february-2024/ ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant