From c09286175a02663b61be92207b56c1a8c0011209 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 1 Feb 2019 10:46:41 -0800 Subject: [PATCH] Added documentation for containerImage --- docs/01-getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-getting-started.md b/docs/01-getting-started.md index 1a13653a..64824a21 100644 --- a/docs/01-getting-started.md +++ b/docs/01-getting-started.md @@ -63,6 +63,8 @@ Use your cluster configuration JSON file to define your cluster in Azure. ``` NOTE: If you do **not** want your cluster to autoscale, simply set the number of min nodes equal to max nodes for low-priority and dedicated. +NOTE: The *containerImage* property must include tag reference of the docker image. + In addition to setting credentials and cluster configuration through json files, you can specify them programmatically. This allows users to generate the configuration on the fly at runtime. ## Create Azure Cluster and Credential Objects via Programmatically