Skip to content

Commit f7c6d68

Browse files
committed
style(images): convert to relative paths
1 parent bf61fd6 commit f7c6d68

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • src/quickstart/provider/azure-acs

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ $ az ad sp create-for-rbac --name="http://workflow-on-acs" --role="Contributor"
4646

4747
Sign into the [Azure Portal](https://portal.azure.com) and create a new Azure Container Service:
4848

49-
![](/quickstart/provider/azure-acs/images/step1.png)
49+
![](images/step1.png)
5050

5151
Select "Resource Manager" for the deployment model:
5252

53-
![](/quickstart/provider/azure-acs/images/step2.png)
53+
![](images/step2.png)
5454

5555
Provide basic settings for your Kubernetes cluster.
5656

@@ -62,32 +62,32 @@ Provide basic settings for your Kubernetes cluster.
6262

6363
When you have filled out the information, click "Ok".
6464

65-
![](/quickstart/provider/azure-acs/images/step3.png)
65+
![](images/step3.png)
6666

6767
The next step takes the Service Principle name and password generated using the Azure CLI.
6868

6969
* Service Priciple Client ID: the name of the principle created above e.g. `http://workflow-on-acs`
7070
* Service Priciple Client Secret: the password returned by the Azure CLI e.g. 349d4728-438a-52a5-ad25-a740aa0bd240
7171

72-
![](/quickstart/provider/azure-acs/images/step4.png)
72+
![](images/step4.png)
7373

7474
Next, configure the number of worker nodes, the node size, and DNS prefix for your cluster.
7575

7676
Worker nodes should have at least 7GB of available RAM.
7777

7878
Click "Ok" to continue.
7979

80-
![](/quickstart/provider/azure-acs/images/step5.png)
80+
![](images/step5.png)
8181

8282
Review the cluster configuration and click "Ok". After clicking "Purchase" on the next screen you will be returned to the Azure Portal dashboard.
8383

84-
![](/quickstart/provider/azure-acs/images/step6.png)
84+
![](images/step6.png)
8585

8686
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:
8787

88-
![](/quickstart/provider/azure-acs/images/step8.png)
88+
![](images/step8.png)
8989

90-
![](/quickstart/provider/azure-acs/images/step9.png)
90+
![](images/step9.png)
9191

9292
Path 2: ACS Engine
9393

0 commit comments

Comments
 (0)