Skip to content

Commit

Permalink
Update 01_private_endpoint.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
kunliuedb authored Apr 24, 2022
1 parent 44412b3 commit 9446bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To walk through an example in your own environment, you need:
1. Get the resource group details from the Azure CLI or the Azure portal and note the resource group name. For example, if the cluster's virtual network is `vnet-japaneast`, use the following command:

```
$ az network vnet list --query "[?name==\'vnet-japaneast\'].resourceGroup" -o json
$ az network vnet list --query "[?name==\`vnet-japaneast\`].resourceGroup" -o json
```

Expand Down

0 comments on commit 9446bf8

Please sign in to comment.