Skip to content

Commit bf61fd6

Browse files
committed
chore(docs): flesh out steps for azure acs through UI
1 parent a4a589e commit bf61fd6

1 file changed

Lines changed: 44 additions & 1 deletion

File tree

  • src/quickstart/provider/azure-acs

src/quickstart/provider/azure-acs/boot.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,50 @@ $ az ad sp create-for-rbac --name="http://workflow-on-acs" --role="Contributor"
4444

4545
## Create Your ACS Kubernetes Cluster
4646

47-
Path 1: UI
47+
Sign into the [Azure Portal](https://portal.azure.com) and create a new Azure Container Service:
48+
49+
![](/quickstart/provider/azure-acs/images/step1.png)
50+
51+
Select "Resource Manager" for the deployment model:
52+
53+
![](/quickstart/provider/azure-acs/images/step2.png)
54+
55+
Provide basic settings for your Kubernetes cluster.
56+
57+
* User name: this is the unix user name that will be added to all master and worker nodes
58+
* SSH public key: provide a public key that will be associated with the user name specified above
59+
* Subscription: choose the Azure Subscription that will be charged for your compute resources
60+
* Resource group: create a new resource group and give the group a unique name
61+
* Location: choose an Azure location for your cluster
62+
63+
When you have filled out the information, click "Ok".
64+
65+
![](/quickstart/provider/azure-acs/images/step3.png)
66+
67+
The next step takes the Service Principle name and password generated using the Azure CLI.
68+
69+
* Service Priciple Client ID: the name of the principle created above e.g. `http://workflow-on-acs`
70+
* Service Priciple Client Secret: the password returned by the Azure CLI e.g. 349d4728-438a-52a5-ad25-a740aa0bd240
71+
72+
![](/quickstart/provider/azure-acs/images/step4.png)
73+
74+
Next, configure the number of worker nodes, the node size, and DNS prefix for your cluster.
75+
76+
Worker nodes should have at least 7GB of available RAM.
77+
78+
Click "Ok" to continue.
79+
80+
![](/quickstart/provider/azure-acs/images/step5.png)
81+
82+
Review the cluster configuration and click "Ok". After clicking "Purchase" on the next screen you will be returned to the Azure Portal dashboard.
83+
84+
![](/quickstart/provider/azure-acs/images/step6.png)
85+
86+
The Kubernetes cluster will take a few minutes to complete provisioning and configure itself. To monitor the progress of the deployment select the "Resource Group" from the nav on the left, then select the cluster name:
87+
88+
![](/quickstart/provider/azure-acs/images/step8.png)
89+
90+
![](/quickstart/provider/azure-acs/images/step9.png)
4891

4992
Path 2: ACS Engine
5093

0 commit comments

Comments
 (0)