From the course: Azure Microservices with .NET Core for Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Provision Azure Service Fabric resource

Provision Azure Service Fabric resource - Azure Tutorial

From the course: Azure Microservices with .NET Core for Developers

Start my 1-month free trial

Provision Azure Service Fabric resource

- [Instructor] Up to this point we've created a Docker Container images and pushed them into a container registry such as Docker Hub. Now we're going to parition a new Azure Service Fabric text cluster. To deploy and run the microservices. In the Azure portal let's create a new resource by selectng this Create a Resource button. And here I'm going to search for Fabric. Let's select the Service Fabric Cluster option. And then push this Create button. Here I'm going to specify the name for this cluster. In this case I'm going to use e-commercerdc as the name. In the operating system I'm going to use Windows 1803 because that's exactly the version that we're using in our Docker Container images. For the username let's type a username and a password. Then the resource group in this case I'm going to use e-commerce and for the location I'm going to use West US number 2. Let's click on this OK button. And then I'm…

Contents