From 981cb1fc28f9c80c1a159a8ef4a876fa18ccba7c Mon Sep 17 00:00:00 2001 From: dkeightley Date: Tue, 11 Oct 2022 09:58:44 +1300 Subject: [PATCH] Add note about resource group and vnet --- .../node-template-configuration/azure.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/azure.md b/docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/azure.md index 9c5cffeb541..656f90fcb90 100644 --- a/docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/azure.md +++ b/docs/reference-guides/cluster-configuration/downstream-cluster-configuration/node-template-configuration/azure.md @@ -10,6 +10,12 @@ Account access information is stored as a cloud credential. Cloud credentials ar - **Network** configures the networking used in your cluster. - **Instance** customizes your VM configuration. +:::note + +If using a VNet in a different Resource Group than the VMs, the VNet name should be prefixed with with the Resource Group name, example: `:` + +::: + The [Docker daemon](https://docs.docker.com/engine/docker-overview/#the-docker-daemon) configuration options include: - **Labels:** For information on labels, refer to the [Docker object label documentation.](https://docs.docker.com/config/labels-custom-metadata/)