We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63919d1 commit c85e7ecCopy full SHA for c85e7ec
articles/spring-apps/how-to-outbound-public-ip.md
@@ -43,7 +43,7 @@ To find the outbound public IP addresses currently used by your service instance
43
You can find the same information by running the following command in the Cloud Shell
44
45
```azurecli
46
-az spring show --resource-group <group_name> --name <service_name> --query properties.networkProfile.outboundIps.publicIps --output tsv
+az spring show --resource-group <group_name> --name <service_name> --query properties.networkProfile.outboundIPs.publicIPs --output tsv
47
```
48
49
## Next steps
0 commit comments