Updated 11. Setting the solution up in Service Fabric (markdown)

RamonTC 2017-10-16 18:28:19 +02:00
parent 86307fe4db
commit 4ff47a8a5a

@ -27,6 +27,16 @@ Before deploying, replace **ALL** the external urls in the cloud.xml config file
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/sf/cloud-config-mvc.PNG">
Additionally, to enable AppInsights Azure in SF, follow steps described bellow:
- Create Azure AppInsights
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/appinsights/create-insights.PNG">
- Enable Multi-role application map
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/appinsights/settings-insights.PNG">
- Retrieve the Instrumentation Key from your AppInsights service properties and set it in the cloud.xml config file of each SF app.
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/sf/set-instrumentationkey.PNG">
To deploy the SF apps:
- Open the eShopOnContainers-ServicesAndWebApps.sln with vs2017 (Service Fabric SDK installation must be installed).
- Add the existing SF projects in the solution in order to be published.
@ -88,4 +98,4 @@ Open the SF explorer page to check out the deployment and healthcheck status.
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/sf/explorer-apps-status.PNG">
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/sf/explorer-deployment-status.PNG">
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/sf/explorer-deployment-status.PNG">