diff --git a/03-Azure/01-02 Data/02-SQL_Modernization/labautomation/shared-deploy-lab.ps1 b/03-Azure/01-02 Data/02-SQL_Modernization/labautomation/shared-deploy-lab.ps1 index 2f212b699..e5324b91c 100644 --- a/03-Azure/01-02 Data/02-SQL_Modernization/labautomation/shared-deploy-lab.ps1 +++ b/03-Azure/01-02 Data/02-SQL_Modernization/labautomation/shared-deploy-lab.ps1 @@ -117,11 +117,12 @@ $tags = @{ SecurityControl = "Ignore" } +Write-Host "Calling Invoke-MhhDeploymentWithRegionFallback ..." $result = Invoke-MhhDeploymentWithRegionFallback ` -PreferredLocations $PreferredLocation ` -RgOwnerEntraObjectIds @($AllowedEntraUserIds) ` -ResourceGroupName $sharedResourceGroup ` - -CleanupTimeoutSeconds 1800 + -CleanupTimeoutSeconds 1800 ` -TemplateFile $template ` -Tag $tags ` -TemplateParameterObject @{