Skip to content

Commit a4781d0

Browse files
committed
update
1 parent 45ebaf4 commit a4781d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/scope-extension-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The same requirements apply to extension resources as other resource when target
138138
* [Management group deployments](deploy-to-management-group.md)
139139
* [Tenant deployments](deploy-to-tenant.md)
140140

141-
The resourceGroup and subscription properties are only allowed on modules. These properties are not allowed on individual resources. If you want to deploy an extension resource with the scope set to a resource in a different resource group, You must use module.
141+
The resourceGroup and subscription properties are only allowed on modules. These properties are not allowed on individual resources. Use modules if you want to deploy an extension resource with the scope set to a resource in a different resource group.
142142

143143
The following example shows how to apply a lock on a storage account that resides in a different resource group.
144144

articles/azure-resource-manager/templates/scope-extension-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following example creates a storage account and applies a role to it.
7979

8080
:::code language="json" source="~/resourcemanager-templates/azure-resource-manager/scope/storageandrole.json" highlight="56":::
8181

82-
The resourceGroup and subscription properties are only allowed on nested or linked deployments. These properties are not allowed on individual resources. If you want to deploy an extension resource with the scope set to a resource in a different resource group, You must use nested of linked deployments.
82+
The resourceGroup and subscription properties are only allowed on nested or linked deployments. These properties are not allowed on individual resources. Use nested or linked deployments if you want to deploy an extension resource with the scope set to a resource in a different resource group.
8383

8484
## Next steps
8585

0 commit comments

Comments
 (0)