Skip to content

Commit c285f85

Browse files
authored
Merge pull request #116107 from davidsmatlak/ds-qsrt1721270
Quickstart review - Container Instances
2 parents 008cb68 + c526fa8 commit c285f85

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/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)