From afcc3cbe594d6ae7a427e4aed397f8180f1dc4f9 Mon Sep 17 00:00:00 2001 From: farid-leon Date: Sat, 27 Dec 2025 10:32:06 -0600 Subject: [PATCH] Update setup1.ps1 Update with additional potential supported regions --- setup1.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup1.ps1 b/setup1.ps1 index 3e76f64..bdf0340 100644 --- a/setup1.ps1 +++ b/setup1.ps1 @@ -65,7 +65,7 @@ $delay = 0, 30, 60, 90, 120 | Get-Random Start-Sleep -Seconds $delay # random delay to stagger requests from multi-student classes # Get a list of locations for Azure Databricks -$supported_regions = "centralus","eastus","eastus2","northcentralus","northeurope","westeurope","westus", "uksouth" +$supported_regions = "centralus","eastus","eastus2","northcentralus","northeurope","westeurope","westus", "uksouth","canadacentral","canadaeast","brazilsouth","polandcentral","ukwest" $locations = Get-AzLocation | Where-Object { $_.Providers -contains "Microsoft.Databricks" -and $_.Providers -contains "Microsoft.Compute" -and