Category: Database, Microsoft, Docker, container, github, shell

by As a Go enthusiast, it's great to see first class support for MongoDB in the form of an official MongoDB Go driver. We will learn how to use it by building a simple REST API for a good old CRUD-style app!

You can use the Dockerfile to build your own image and push it to a Docker registry (public/private) of your choice

Start by creating an App Service Plan which defines a set of compute resources for our web app to run.

Related Articles