From the course: .NET Microservices for Azure Developers
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Modifying the workflow to deploy to the Container App - Azure Tutorial
From the course: .NET Microservices for Azure Developers
Modifying the workflow to deploy to the Container App
- [Instructor] Everything's looking good right now, but we still need to automate the deployment of the management microservice. Let's modify the workflow and add the action for creating a new revision in the container app whenever there's a change in the branch. In the interest of time, I already created the code snippet, so let's paste it. I'm going to paste the code right here. And you can see that the name is Deploy to Container Apps. And this is using the container-apps-deploy-action version two. And I'm using the secrets for the username and password. And of course, for the login server, I'm specifying that the container app is Wisdom Penn Medicine Management in the WPM Resource Group. And of course, the image to deploy is the same as the one that I'm using here in the docker build and docker push commands. Okay, so now, of course, I changed the branch here as well. I'm ready to send these changes to the repo. So, let's type the comment and Commit All, and finally, Push. Okay…
Contents
-
-
-
-
-
-
(Locked)
Creating the Container Apps environment using the Azure CLI1m 55s
-
(Locked)
Creating the Container App using the Azure CLI1m 41s
-
(Locked)
Modifying the workflow to deploy to the Container App4m 50s
-
(Locked)
Challenge: Configuring environment variables1m 4s
-
(Locked)
Solution: Configuring environment variables2m 27s
-
(Locked)
-
-