Skip to content

Commit 52332fd

Browse files
new mapping (Azure#27805)
1 parent 7632200 commit 52332fd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/_arm_deployments/arm_templates/workspace_base.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -528,18 +528,18 @@
528528
"networkRuleSet": "[if(equals(parameters('containerRegistryBehindVNet'), 'true'), variables('networkRuleSetBehindVNet'), json('null'))]"
529529
}
530530
},
531-
{
532-
"condition": "[and(variables('enablePE'), equals(parameters('applicationInsightsOption'), 'new'))]",
533-
"type": "Microsoft.Insights/components",
534-
"tags": "[parameters('tagValues')]",
535-
"apiVersion": "2018-05-01-preview",
536-
"name": "[parameters('applicationInsightsName')]",
537-
"location": "[if(or(equals(toLower(parameters('applicationInsightsLocation')),'westcentralus'), equals(toLower(parameters('applicationInsightsLocation')),'eastus2euap'), equals(toLower(parameters('applicationInsightsLocation')),'centraluseuap'), equals(toLower(parameters('applicationInsightsLocation')),'westus3')),'southcentralus', if(equals(toLower(parameters('applicationInsightsLocation')),'jioindiawest'), 'centralindia', if(equals(toLower(parameters('applicationInsightsLocation')),'canadaeast'), 'canadacentral', parameters('applicationInsightsLocation'))))]",
538-
"kind": "web",
539-
"properties": {
540-
"Application_Type": "web"
541-
}
542-
},
531+
{
532+
"condition": "[and(variables('enablePE'), equals(parameters('applicationInsightsOption'), 'new'))]",
533+
"type": "Microsoft.Insights/components",
534+
"tags": "[parameters('tagValues')]",
535+
"apiVersion": "2018-05-01-preview",
536+
"name": "[parameters('applicationInsightsName')]",
537+
"location": "[if(or(equals(toLower(parameters('applicationInsightsLocation')),'westcentralus'), equals(toLower(parameters('applicationInsightsLocation')),'eastus2euap'), equals(toLower(parameters('applicationInsightsLocation')),'centraluseuap'), equals(toLower(parameters('applicationInsightsLocation')),'westus3')),'southcentralus', if(equals(toLower(parameters('applicationInsightsLocation')),'jioindiawest'), 'centralindia', if(equals(toLower(parameters('applicationInsightsLocation')),'canadaeast'), 'canadacentral', if(equals(toLower(parameters('applicationInsightsLocation')),'swedencentral'), 'norwayeast', parameters('applicationInsightsLocation')))))]",
538+
"kind": "web",
539+
"properties": {
540+
"Application_Type": "web"
541+
}
542+
},
543543
{
544544
"condition": "[variables('enablePE')]",
545545
"type": "Microsoft.MachineLearningServices/workspaces",

0 commit comments

Comments
 (0)