Skip to content

Commit 86cce3e

Browse files
committed
editing a few lines
1 parent 92fef15 commit 86cce3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Create a container instance - Bicep file
2+
title: Quickstart - Create a container instance - Bicep
33
description: In this quickstart, you use a Bicep file to quickly deploy a containerized web app that runs in an isolated Azure container instance.
44
author: schaffererin
55
services: azure-resource-manager
@@ -10,7 +10,7 @@ ms.service: container-instances
1010
ms.custom: subject-armqs, devx-track-js, mode-arm
1111
---
1212

13-
# Quickstart: Deploy a container instance in Azure using a Bicep file
13+
# Quickstart: Deploy a container instance in Azure using Bicep
1414

1515
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 a Bicep file to deploy an isolated Docker container and make its web application available with a public IP address.
1616

@@ -114,7 +114,7 @@ Remove-AzResourceGroup -Name exampleRG
114114

115115
## Next steps
116116

117-
In this quickstart, you created an Azure container instance using a Bicep file. If you'd like to build a container image and deploy it from a private Azure container registry, continue to the Azure Container Instances tutorial.
117+
In this quickstart, you created an Azure container instance using Bicep. If you'd like to build a container image and deploy it from a private Azure container registry, continue to the Azure Container Instances tutorial.
118118

119119
> [!div class="nextstepaction"]
120120
> [Tutorial: Create a container image for deployment to Azure Container Instances](./container-instances-tutorial-prepare-app.md)

0 commit comments

Comments
 (0)