Skip to content

Commit e28b7af

Browse files
Merge pull request #247565 from Ratulac-Azure/Ratulac-112969-update
Typo-update-azure-cli-command-112969
2 parents 94dbede + f3dae64 commit e28b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/access-app-virtual-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export SERVICE_RUNTIME_RG=$(az spring show \
5050
export IP_ADDRESS=$(az network lb frontend-ip list \
5151
--lb-name kubernetes-internal \
5252
--resource-group $SERVICE_RUNTIME_RG \
53-
--query "[0].privateIpAddress" \
53+
--query "[0].privateIPAddress" \
5454
--output tsv)
5555
```
5656

0 commit comments

Comments
 (0)