diff --git a/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/metadata.json b/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/metadata.json index ff9610e164c4..61a6c7a845c7 100644 --- a/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/metadata.json +++ b/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/metadata.json @@ -5,7 +5,7 @@ "description": "This set of Bicep templates demonstrates how to set up Azure Machine Learning end-to-end in a secure set up. This reference implementation includes the Workspace, a compute cluster, compute instance and attached private AKS cluster.", "summary": "This set of Bicep templates demonstrates how to set up Azure Machine Learning end-to-end in a secure set up.", "githubUsername": "deeikele", - "dateUpdated": "2022-04-08", + "dateUpdated": "2022-09-28", "environments": [ "AzureCloud", "AzureUSGovernment" diff --git a/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/modules/applicationinsights.bicep b/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/modules/applicationinsights.bicep index 3890663a507c..f0a91bb3c706 100644 --- a/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/modules/applicationinsights.bicep +++ b/quickstarts/microsoft.machinelearningservices/machine-learning-end-to-end-secure/modules/applicationinsights.bicep @@ -10,7 +10,7 @@ param applicationInsightsName string resource applicationInsights 'Microsoft.Insights/components@2020-02-02' = { name: applicationInsightsName - location: location + location: location == 'eastus2euap' || location == 'centraluseuap' ? 'eastus2' : location tags: tags kind: 'web' properties: {