Skip to content

Commit 37e3a7a

Browse files
Fix breaking acrolynx error.
1 parent 810f99f commit 37e3a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-service/dcos-swarm/container-service-swarm-mode-walkthrough.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313

1414
[!INCLUDE [ACS deprecation](../../../includes/container-service-deprecation.md)]
1515

16-
In this quick start, a Docker CE cluster is deployed using the Azure CLI. A multi-container application consisting of web front-end and a Redis instance is then deployed and run on the cluster. Once completed, the application is accessible over the internet.
16+
In this quickstart, a Docker CE cluster is deployed using the Azure CLI. A multi-container application consisting of web front-end and a Redis instance is then deployed and run on the cluster. Once completed, the application is accessible over the internet.
1717

1818
Docker CE on Azure Container Service is in preview and **should not be used for production workloads**.
1919

@@ -62,7 +62,7 @@ After several minutes, the command completes and returns JSON-formatted informat
6262

6363
## Connect to the cluster
6464

65-
Throughout this quick start, you need the FQDN of both the Docker Swarm master and the Docker agent pool. Run the following command to return both the master and agent FQDNs.
65+
Throughout this quickstart, you need the FQDN of both the Docker Swarm master and the Docker agent pool. Run the following command to return both the master and agent FQDNs.
6666

6767
```azurecli
6868
az acs list --resource-group myResourceGroup --query '[*].{Master:masterProfile.fqdn,Agent:agentPoolProfiles[0].fqdn}' -o table
@@ -154,13 +154,13 @@ az group delete --name myResourceGroup --yes --no-wait
154154

155155
## Get the code
156156

157-
In this quick start, pre-created container images have been used to create a Docker service. The related application code, Dockerfile, and Compose file are available on GitHub.
157+
In this quickstart, pre-created container images have been used to create a Docker service. The related application code, Dockerfile, and Compose file are available on GitHub.
158158

159159
[https://github.com/Azure-Samples/azure-voting-app-redis](https://github.com/Azure-Samples/azure-voting-app-redis.git)
160160

161161
## Next steps
162162

163-
In this quick start, you deployed a Docker Swarm cluster and deployed a multi-container application to it.
163+
In this quickstart, you deployed a Docker Swarm cluster and deployed a multi-container application to it.
164164

165165
To learn about integrating Docker swarm with Azure DevOps, continue to the CI/CD with Docker Swarm and Azure DevOps.
166166

0 commit comments

Comments
 (0)