Skip to content

Commit c85e7ec

Browse files
authored
Update how-to-outbound-public-ip.md
1 parent 63919d1 commit c85e7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-outbound-public-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To find the outbound public IP addresses currently used by your service instance
4343
You can find the same information by running the following command in the Cloud Shell
4444

4545
```azurecli
46-
az spring show --resource-group <group_name> --name <service_name> --query properties.networkProfile.outboundIps.publicIps --output tsv
46+
az spring show --resource-group <group_name> --name <service_name> --query properties.networkProfile.outboundIPs.publicIPs --output tsv
4747
```
4848

4949
## Next steps

0 commit comments

Comments
 (0)