Skip to content

Commit a402c6a

Browse files
Merge pull request #245405 from AjayBathini-MSFT/patch-92
(AzureCXP) fixes MicrosoftDocs/azure-docs#112358
2 parents d1f24ca + ac7fd10 commit a402c6a

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)