I have installed Azure SDk local cluster and set it to cluster 5.
- Created a simple WebAPI project of stateless ASP.NET core nature.
- In the servicemanifest file defined the port.
- In fabric project properties defined the application url with the port.
When i run and deploy the project it shows deployment successful. But when i try to browse to my MVC site it says not found.
What am I missing ????