Skip to content

Commit ac7fd10

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#112358
Changes made in line no 166 From --resource-group $RESOURCE_GROUP_NAME To sed 's/$RESOURCE_GROUP_NAME/$resourceGroup/g'
1 parent 9ad0f92 commit ac7fd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-instances/container-instances-egress-ip-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ View the container logs to confirm the IP address is the same as the public IP a
163163

164164
```azurecli
165165
az container logs \
166-
--resource-group $RESOURCE_GROUP_NAME \
166+
--sed 's/$RESOURCE_GROUP_NAME/$resourceGroup/g'
167167
--name testegress
168168
```
169169

0 commit comments

Comments
 (0)