Skip to content

Commit

Permalink
Updated 02-deploying-a-bicep-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIvemo committed Dec 3, 2020
1 parent e580066 commit b2d76da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/02-deploying-a-bicep-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Bicep will compile a template that uses the resource group `$schema` by default:
}
```

However, you can deploy this template to any scope with the [correct command](https://docs.microsoft.com/azure/azure-resource-manager/templates/deploy-to-subscription). Note that this is a temporary workaround until Bicep has better support for deploying resources to any scope in Azure.
However, you can deploy templates to any scope by specifying the `targetScope` property. See [Deploying modules to a different scope](./05-creating-modules.md#deploying-modules-to-a-different-scope) for details.

## Next steps

Expand Down

0 comments on commit b2d76da

Please sign in to comment.