I am trying to learn about what happens when we deploy an application is azure service fabric. All i know is
1. I select the version of my microservices
2. Select the publish profile
3. Click publish
Then after a while my application is deployed and i can use it. But i would like to know the process that happens after i hit publish button.
I have few doubts as well.
1. When i develop, build and debug my application in Visual studio, i have .NET runtime installed in my machine so it can pick up assembly files but what happens to the deployed application?
2. is .NET runtime is installed by azure service fabric in the node in which my application is running?
Thankyou so much for answering my question!