Skip to content

Commit 6e8211c

Browse files
Merge pull request #231317 from MayankBargali-MSFT/patch-96
(AzureCXP) fixed Bash sample
2 parents 41bd9dd + a8a6d61 commit 6e8211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Next, query for the infrastructure subnet ID.
113113
# [Bash](#tab/bash)
114114

115115
```bash
116-
INFRASTRUCTURE_SUBNET=`az network vnet subnet show --resource-group <RESOURCE_GROUP_NAME> --vnet-name <VNET_NAME> --name infrastructure-subnet --query "id" -o tsv | tr -d '[:space:]'`
116+
INFRASTRUCTURE_SUBNET=`az network vnet subnet show --resource-group <RESOURCE_GROUP_NAME> --vnet-name <VNET_NAME> --name infrastructure --query "id" -o tsv | tr -d '[:space:]'`
117117
```
118118

119119
# [Azure PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)