This application demonstrate simple Web API controller based on Azure Service Fabric microservices.
- Visual Studio 2017 15.5.5 or greater
Build solution and publish it to the local Service Fabric Cluster. Test it from your web browser or with Postman:
Add | Subtract |
---|---|
http://localhost:8999/webcalcapp/api/add?a=1&b=2 | http://localhost:8999/webcalcapp/api/subtract?a=10&b=5 |
Enjoy!