Deploy a Containerized Weather App using GitHub Actions and Azure Container Registry
The BrezyWeather is a simple .NET Core web app that is used as a demo project in this lab. It is used to view simple weather details for a city.
- Build a Docker image using GitHub Actions and upload it to ACR
- Deploy a Docker image from Azure Container Registry (ACR) to App Service
- Fork and build .NET projects on GitHub
- Azure Container Registry
- Azure App Service
- GitHub Actions and GitHub Workflows
- Deploying container image to Azure Container Registry
- Deploying the containerized app to Azure App Service
- Familiarity with ACR and App Service in Azure portal.
- Basic knowledge of GitHub Actions will be helpful.
- GitHub account to fork and clone code.