Deploying compute workloads in Azure by using images and containers
1 min read

Deploying compute workloads in Azure by using images and containers

  1. Create a VM using Azure CLI
  2. Create a dotnet app and a docker file
  3. Create an Azure Container Registry and upload a container image
  4. Deploy an Azure container instance

Leave a Reply