Skip to content

Commit b7c72a8

Browse files
authored
Update deploy-to-tenant.md
1 parent 8d5ba57 commit b7c72a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/deploy-to-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For Azure PowerShell, use [New-AzTenantDeployment](/powershell/module/az.resourc
6565
```azurepowershell-interactive
6666
New-AzTenantDeployment `
6767
-Location "West US" `
68-
-TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/tenant-level-deployments/new-mg/azuredeploy.json
68+
-TemplateUri "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/tenant-level-deployments/new-mg/azuredeploy.json"
6969
```
7070

7171
For REST API, use [Deployments - Create Or Update At Tenant Scope](/rest/api/resources/deployments/createorupdateattenantscope).

0 commit comments

Comments
 (0)