Azure DevOps Blog

Azure DevOps Blog

https://devblogs.microsoft.com/devops

DevOps, Git, and Agile updates from the team building Azure DevOps

How to build, test and deploy your application using Azure and GitHub

Published

How to build, test and deploy your application using Azure and GitHub

In this blog-tutorial you will:

Use GitHub Codespaces (or your own IDE)
Create a simple Go web server application
Run unit tests on the application
Build the application into a multi-stage Docker Image
Use the Azure Container Registry (ACR) to store your Docker Images
Deploy the application into Azure App Services
Automate the delivery pipeline utilising GitHub Actions

Note Using GitHub Codespaces can incur costs.

The post How to build, test and deploy your application using Azure and GitHub appeared first on Azure DevOps Blog.

Continue to website...

More from Azure DevOps Blog