Getting Started with Azure Container Instances | Scribe

Getting Started with Azure Container Instances

  • Hafeez Baig |
  • 14 steps |
  • 2 minutes
  • AzureAzure
1
Sign in into the **Microsoft Azure Portal**
2
Type **Container instances** in the search bar and click on the **Container instances** to view the Container instances dashboard
information ordinal icon
**What are Container Instances?**\ \ Container instances are single containers that run on a cloud infrastructure without requiring you to manage the underlying virtual machines or orchestration platforms. They provide an easy and quick way to run containers, offering scalability and isolated environments for applications. Examples include Azure Container Instances (ACI) and AWS Fargate.
3
On the **Container instances** Dashboard, click on the **Create** button in the left side
4
Click on the **Resource group** dropdown and select the resource group **computer-rg** option **Note:** If you do not have a Resource group, you can create one by clicking on the **Create new** link option
5
Scroll to the **Container details** section and give the **Container name** as "**my-first-container-instance"**
6
Scroll to the **Image source** section and select the option **Quickstart images**
7
Scroll the page and click on the **Review + create** button
8
Wait for the **Validation** to get passed
alert ordinal icon
If your validation is displaying errors and hasn't passed, try troubleshooting by repeating previous steps and checking the validation again.
9
After the Validation is successfully passed, scroll the page and click on the **Create** button
10
After the deployment is complete, click on the **Go to resource** button
11
On **my-first-container-instance** wizard, click on the **Overview** from the left bar
12
Locate the **IP address (Public)** on the right side and click on the copy widget
13
Open the new tab in any browser and paste the **IP address (Public)**
14
**Welcome to Azure Container Instances!**
information ordinal icon
Congratulations on completing this lab and Understanding Azure Container Instances! Good Job!