Skip to content

Commit 8fb9671

Browse files
committed
quickstart review
1 parent 03366c6 commit 8fb9671

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/container-instances/container-instances-quickstart-template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ ms.date: 04/30/2020
1010

1111
# Quickstart: Deploy a container instance in Azure using a Resource Manager template
1212

13-
Use Azure Container Instances to run serverless Docker containers in Azure with simplicity and speed. Deploy an application to a container instance on-demand when you don't need a full container orchestration platform like Azure Kubernetes Service.
14-
15-
In this quickstart, you use an Azure Resource Manager template to deploy an isolated Docker container and make its web application available with a public IP address.
13+
Use Azure Container Instances to run serverless Docker containers in Azure with simplicity and speed. Deploy an application to a container instance on-demand when you don't need a full container orchestration platform like Azure Kubernetes Service. In this quickstart, you use an Azure Resource Manager template to deploy an isolated Docker container and make its web application available with a public IP address.
1614

1715
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1816

@@ -26,9 +24,9 @@ None.
2624

2725
### Review the template
2826

29-
The template used in this quickstart is from [Azure Quickstart templates](https://github.com/Azure/azure-quickstart-templates/tree/master/101-aci-linuxcontainer-public-ip).
27+
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/en-us/resources/templates/101-aci-linuxcontainer-public-ip/).
3028

31-
[!code-json[<Azure Resource Manager template create geo-replicated registry>](~/quickstart-templates/101-aci-linuxcontainer-public-ip/azuredeploy.json)]
29+
:::code language="json" source="~/quickstart-templates/101-aci-linuxcontainer-public-ip/azuredeploy.json" range="1-107" highlight="61-100":::
3230

3331
The following resource is defined in the template:
3432

0 commit comments

Comments
 (0)