From 61311159f46e93189bd723a69e9be7332cd61fe3 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Wed, 4 Sep 2019 11:02:20 -0700 Subject: [PATCH] correcting headings to match the aws version of the topic --- cluster/azure.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/cluster/azure.md b/cluster/azure.md index dfee5886b2..f212f3474f 100644 --- a/cluster/azure.md +++ b/cluster/azure.md @@ -4,16 +4,20 @@ keywords: documentation, docs, docker, cluster, infrastructure, automation, Azur title: Get started with Docker Cluster on Azure --- -On this page you will create a docker cluster in Azure. The cluster created will have: - - 3 UCP Managers - - 3 Workers - - 3 DTR Replicas +This topic discusses working with docker clusters in Azure, including how to: + +- [Create a cluster](#create-a-cluster) +- [View cluster information](#view-cluster-information) +- [Use context](#use-context) +- [Scale a cluster](#scale-a-cluster) +- [Back up a cluster](#back-up-a-cluster) +- [Upgrade a cluster](#upgrade-a-cluster) +- [Destroy a cluster](#destroy-a-cluster) ## Prerequisites -Make sure you have already installed [Docker Enterprise 3.0](https://www.docker.com/products/docker-enterprise) - -Make sure you have already acquired the following items for your Azure account: +- Completed installation of [Docker Enterprise 3.0](https://www.docker.com/products/docker-enterprise) +- Sign up for the following items for your Azure account: - Service Principal UUID - Service Principal App Secret - Subscription UUID @@ -46,6 +50,11 @@ credential data as needed. ## Create a cluster +When you create a docker cluster in Azure, the cluster created has: + - 3 UCP Managers + - 3 Workers + - 3 DTR Replicas + Create a file called `cluster.yml` in your directory and paste this in: ```yaml