Skip to content

Commit 8963aa1

Browse files
authored
Merge pull request #107492 from Caoxuyang/patch-1
Update how-to-outbound-public-ip.md
2 parents 93050f6 + c85e7ec commit 8963aa1

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)