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,
},);