Skip to content

Commit

Permalink
Reverse Proxy & Load Balancer
Browse files Browse the repository at this point in the history
Adding deployment instructions to include information about the requirement for the reverse proxy (to make the stateful example work, and the load balancer rule to allow folks to run the demo in the first place.
  • Loading branch information
shawnweisfeld authored Oct 11, 2017
1 parent 2046470 commit 3526860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This sample application can be built and deployed immediately using Visual Studi
1. Right-click on the application project in Solution Explorer and choose Publish.
2. Sign-in to the Microsoft account associated with your Azure subscription.
3. Choose the cluster you'd like to deploy to.
* Ensure that your cluster has the reverse proxy feature enabled, [more info](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reverseproxy#setup-and-configuration)
4. Add a Load Balancing Rule to map the inbound port 8081 to the same port on the backend pool, [more info](https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-get-started-internet-portal#create-a-probe-lb-rule-and-nat-rules)

## About this sample application
The sample application contains several services, each demonstrating how to use key parts of Service Fabric.
Expand Down Expand Up @@ -73,4 +75,4 @@ This is a back-end [Reliable Actor]() service. This service demonstrates how to


---
*This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.*
*This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.*

0 comments on commit 3526860

Please sign in to comment.