diff --git a/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md b/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md index 42699129b5..1d256bf6c8 100644 --- a/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md +++ b/datacenter/ucp/3.0/guides/admin/install/install-on-azure.md @@ -158,7 +158,9 @@ Follow the steps below to configure multiple IP addresses per VM NIC. docker swarm init ``` -2. Note the tokens for managers and workers. +2. Note the tokens for managers and workers. You may retrieve the join tokens + at any time by running `$ docker swarm join-token manager` or `$ docker swarm + join-token worker` on the manager node. 3. Join two other nodes on the cluster as manager (recommended for HA) by running: ```bash @@ -175,10 +177,12 @@ Follow the steps below to configure multiple IP addresses per VM NIC. creating the Service Principal. ``` + $ cat > azure_ucp_admin.toml <