From the course: .NET Microservices for Azure Developers

Unlock the full course today

Join today to access over 24,500 courses taught by industry experts.

Creating the Container App for the Clinic microservice

Creating the Container App for the Clinic microservice - Azure Tutorial

From the course: .NET Microservices for Azure Developers

Creating the Container App for the Clinic microservice

- [Instructor] Let's now create the second container app we're going to use in this course. Let's open up the terminal and then execute the following command, which is very similar to the one that we used for the management microservice. Take into account that I'm not specifying a container image this time. So in this case, a sample container image will be deployed. Now in the interest of time, I've already executed this, so let's go ahead and open up the Azure portal. Here in the Azure portal you can see that I have the WPM Clinic container app that I just created, and let's navigate to this container app and then containers. So you can see that a quick start container image was used. But it's okay, actually doesn't matter since we're going to deploy the clinic microservice using the GitHub actions workflow. We're going to do that in the following video.

Contents