Skip to content

Commit 2332a50

Browse files
committed
updates2
1 parent bbb88cf commit 2332a50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-resource-manager/bicep/deploy-to-resource-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can deploy a resource from within a resource-group-scope Bicep file at the f
7676
- [The subscription](#scope-to-subscription)
7777
- [The tenant](#scope-to-tenant)
7878

79-
### Scope to the target resource group
79+
### Scope to target resource group
8080

8181
To deploy resources to the target resource group, add those resources to the Bicep file.
8282

@@ -89,7 +89,7 @@ resource exampleResource 'Microsoft.Storage/storageAccounts@2023-04-01' = {
8989

9090
For an example template, see [Deploy to target resource group](#deploy-to-target-resource-group).
9191

92-
### Scope to a different resource group
92+
### Scope to different resource group
9393

9494
To deploy resources to a resource group that isn't the target resource group, add a [module](modules.md). Use the [`resourceGroup` function](bicep-functions-scope.md#resourcegroup) to set the `scope` property for that module.
9595

articles/azure-resource-manager/bicep/deployment-script-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The benefits of deployment scripts include:
2424
- You can allow passing command-line arguments to the script.
2525
- You can specify script outputs and pass them back to the deployment.
2626

27-
The deployment script resource is available only in the regions where Azure Container Instances is available. For more information, see [Resource availability & quota limits for ACI](/azure/container-instances/container-instances-resource-and-quota-limits) and [Products available by region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/).
27+
The deployment script resource is available only in the regions where Azure Container Instances is available. For more information, see [Resource availability & quota limits for ACI](/azure/container-instances/container-instances-resource-and-quota-limits) and [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/).
2828

2929
> [!WARNING]
3030
> The deployment script service requires two extra resources to run and troubleshoot scripts: a storage account and a container instance. Generally, the service cleans up these resources after the deployment script finishes. You incur charges for these resources until they're removed.

0 commit comments

Comments
 (0)