What you've learned

You should now know how to:

  • Create a Virtual Machine (VM) in Microsoft Azure.
  • Connect to the VM to install app dependencies, including SDK.
  • Create and run the .NET application.
  • Configure the network security group of the VM to expose the application over the Internet.
  • Provision of an Azure Container Registry.
  • Push a local Docker image to Azure Container Registry.

Knowledge Check

What do you use to specify which ports are open in the Virtual Machine?

Which command is used to build and start the .NET app from the command line?

Which command do you use to create a Docker image?

What do you need to push the image to the remote registry?


Back
Next