Deploying compute workloads by using images and containers Part 4 – Deploy an Azure container instance

First update the container registry for admin enabled. Now deploy your container. You will find username and password for the registry in the access keys settings. Now since it’s automatically started all you need to do is check the logs and you will see the container has collected the ip adress of the container. Wow! […]

1 min read

Deploying compute workloads by using images and containers Part 2 – Create a dotnet app and a docker file

Launch the cloudshell from the Azure Portal and create a folder and a dotnet console application. Create a new console project Create a new file called Dockerfile and launch code inside the cloudshell. Copy the sourcecode from the learn excercise and run the application to verify that the ipaddress is found. And finally copy the […]

1 min read

Deploying compute workloads in Azure by using images and containers Part 1 – Create a VM using Azure CLI

In Lab 05 here we will deploy Docker containers into Azure Container Registry. Connect to Azure and create a resource group and the VM. Now check the ipadress and note it. Now let’s connect using SSH. There you go! You just connected to your very own debian vm in Azure! In the next post we’ll […]

1 min read