Skip to content

Commit 8d3ba74

Browse files
committed
User Feedback 440300: UUF - learn-pr - Exercise - Set environment variables - Training | Microsoft Learn
1 parent 01c944f commit 8d3ba74

File tree

1 file changed

+0
-2
lines changed
  • learn-pr/azure/run-docker-with-azure-container-instances/includes

1 file changed

+0
-2
lines changed

learn-pr/azure/run-docker-with-azure-container-instances/includes/2-run-aci.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ For scenarios where you need full container orchestration, including service dis
2929
az group create --name learn-deploy-aci-rg --location eastus
3030
```
3131
32-
Create a container by providing a name, a Docker image, and an Azure resource group to the `az container create` command. You can optionally expose the container to the Internet by specifying a DNS name label. In this example, deploy a container that hosts a small web app. You can also select the location to place the image; we use the **East US** region, but you can change it to a location close to you.
33-
3432
1. Provide a DNS name to expose your container to the Internet. Your DNS name must be unique. For learning purposes, run this command from Cloud Shell to create a Bash variable that holds a unique name:
3533
3634
```azurecli

0 commit comments

Comments
 (0)