diff --git a/260_private_aks_bastion/Readme.md b/260_private_aks_bastion/Readme.md index 30c97a4..e89dacb 100644 --- a/260_private_aks_bastion/Readme.md +++ b/260_private_aks_bastion/Readme.md @@ -29,6 +29,10 @@ The following resources should be deployed. ![](images/resources.png) +In the node resource group, you should see the following resources including the `Private Endpoint` of te AKS cluster. + +![](images/resources-node-rg.png) + ## Connecting to the private AKS cluster You can either use the Azure portal or the command line to connect to `private AKS`. In this lab, you will use the Azure CLI to connect to the private AKS cluster. diff --git a/260_private_aks_bastion/images/resources-node-rg.png b/260_private_aks_bastion/images/resources-node-rg.png new file mode 100644 index 0000000..5b48038 Binary files /dev/null and b/260_private_aks_bastion/images/resources-node-rg.png differ