I don't see ACR as it is also needed resource
# azure
c
I don't see ACR as it is also needed resource
c
The container registry is an optional resource. In the portal you can go forward without setting one.
c
Sorry for my wrong information.
c
Thanks for your answer, though 🙂
c
I will send you my config but it is typescript and findout what is wrong
const wsml = new machinelearningservices.Workspace("ml-mlw-" + config.env, { applicationInsights: appInsights.id, containerRegistry: commons.acr.id, description: "", discoveryUrl: "https://westeurope.api.azureml.ms/discovery", friendlyName: "", hbiWorkspace: false, identity: { type: "SystemAssigned", }, imageBuildCompute: "Compute16CoreCPU", keyVault: commons.keyVault.id, location: config.location, publicNetworkAccess: "Enabled", resourceGroupName: resourceGroup.name, sku: { name: "Basic", tier: machinelearningservices.SkuTier.Basic, }, storageAccount: wsmlsa.id, workspaceName: "ml-mlw-" + config.env, },);
@cold-account-26526 have you checked my code?