Skip to content

Commit

Permalink
Merge pull request #5435 from EnterpriseDB/sszhao1020-patch-3
Browse files Browse the repository at this point in the history
Azure CLI Command Updated
  • Loading branch information
djw-m authored Mar 25, 2024
2 parents 59cf5c7 + da1eb75 commit d13f5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ You have successfully built a tunnel between your client VM's virtual network an

```shell
NICID=$(az network private-endpoint show -n vnet-client-private-endpoint -g rg-client --query "networkInterfaces[0].id" -o tsv)
az network nic show -n ${NICID##*/} -g rg-client --query "ipConfigurations[0].privateIpAddress" -o tsv
az network nic show -n ${NICID##*/} -g rg-client --query "ipConfigurations[0].privateIPAddress" -o tsv
__OUTPUT__
100.64.111.5
```
Expand Down

1 comment on commit d13f5ad

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.