-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az ml workspace create does not create an ACR #27336
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botMachine Learningaz mlaz mlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botMachine Learningaz mlaz mlService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Creating new AML workspace with
az ml workspace createdoes not create any ACR. The ACR is created once we have a job running and the ACR is named with a random name which is the major issue for us. The command deploys an arm deployment in our resource group and there we can see that AML, Application Insights, Storage Account, Key Vault and Log Analytics workspace are successfully created. When looking at the Inputs of the deployment we can see that thecontainerRegistryOptionis set ofnone.Related command
az ml workspace create -g $(azure.resourceGroup) -n $(azureml.workspaceName) -l $(azure.location)Errors
to much client information, nothing about acr. If really needed will try to provide some of it.
Issue script & Debug output
none
Expected behavior
Creating an ACR as described here: https://learn.microsoft.com/en-us/cli/azure/ml/workspace?view=azure-cli-latest#az-ml-workspace-create
Environment Summary
azure-cli 2.51.0 *
core 2.51.0 *
telemetry 1.1.0
Extensions:
ad 0.1.0
azure-devops 0.26.0
ml 2.19.1
Dependencies:
msal 1.24.0b1
azure-mgmt-resource 23.1.0b2
Additional context
We use the command in DevOps pipeline.