We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b764f commit f2b45f8Copy full SHA for f2b45f8
1 file changed
ComputeAdmin/README.md
@@ -112,7 +112,7 @@ VM Scale Set allows deployment of multi-VM collections. To add a gallery item wi
112
3. Add VM Scale Set gallery item as follows
113
114
```powershell
115
-$Tenant = "<AAD Tenant Id used to connect to sazure stack>"
+$Tenant = "<AAD Tenant Id used to connect to AzureStack>"
116
$Arm = "<AzureStack administrative Azure Resource Manager endpoint URL>"
117
118
Add-AzureStackAzureRmEnvironment -Name AzureStackAdmin -ArmEndpoint $Arm -AadTenant $Tenant
0 commit comments