From the course: Azure Service Fabric for Developers

Unlock the full course today

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

Solution: Installing and verifying your development environment

Solution: Installing and verifying your development environment - Azure Tutorial

From the course: Azure Service Fabric for Developers

Start my 1-month free trial

Solution: Installing and verifying your development environment

(upbeat cheerful music) - [Instructor] For this solution, you have to configure the local cluster to use a single node. You can do that by right-clicking the Service Fabric icon on the Windows system tray. After a while, the Service Fabric cluster will run on a single node. As you can see here, I only have one node now. You can even verify this by executing the Get Service Fabric Node command outlet in PowerShell. Let's run Get Service Fabric Node and as you can see, it returns a single node now. Additionally you can deploy a service with Visual Studio just as before. Let's click on this start button and now this application it's running on this single node.

Contents