Skip to content

Commit e0ca72a

Browse files
author
BradleyBartlett
committed
change registration resource location to global from westcentralus
1 parent 0f9cbe4 commit e0ca72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Registration/RegisterWithAzure.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ function RegistrationWorker{
629629
Log-Output "Creating registration resource '$RegistrationName'."
630630
$resourceCreationParams = @{
631631
ResourceGroupName = $ResourceGroupName
632-
Location = $ResourceGroupLocation
632+
Location = 'Global'
633633
ResourceName = $RegistrationName
634634
ResourceType = "Microsoft.AzureStack/registrations"
635635
ApiVersion = "2017-06-01"

0 commit comments

Comments
 (0)