Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix: Docker Image Tag Reference #339

Merged
merged 1 commit into from
Feb 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/01-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down