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.
2 parents 93050f6 + c85e7ec commit 8963aa1Copy full SHA for 8963aa1
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