如何使用Azure和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...

本文介绍了如何使用Azure和GitHub构建、测试和部署应用程序的步骤,包括使用GitHub Codespaces(或自己的IDE)创建简单的Go Web服务器应用程序,在应用程序上运行单元测试,将应用程序构建成多阶段Docker镜像,使用Azure容器注册表(ACR)存储Docker镜像,将应用程序部署到Azure App Services,利用GitHub Actions自动化交付流水线。

如何使用Azure和GitHub构建、测试和部署应用程序
原文英文,约2100词,阅读约需8分钟。发表于:
阅读原文