From 4ff47a8a5a9a1798c9af04b7830aeddeba7ee448 Mon Sep 17 00:00:00 2001 From: RamonTC Date: Mon, 16 Oct 2017 18:28:19 +0200 Subject: [PATCH] Updated 11. Setting the solution up in Service Fabric (markdown) --- 11.-Setting-the-solution-up-in-Service-Fabric.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/11.-Setting-the-solution-up-in-Service-Fabric.md b/11.-Setting-the-solution-up-in-Service-Fabric.md index 5e138d1..09de317 100644 --- a/11.-Setting-the-solution-up-in-Service-Fabric.md +++ b/11.-Setting-the-solution-up-in-Service-Fabric.md @@ -27,6 +27,16 @@ Before deploying, replace **ALL** the external urls in the cloud.xml config file +Additionally, to enable AppInsights Azure in SF, follow steps described bellow: +- Create Azure AppInsights + + +- Enable Multi-role application map + + +- Retrieve the Instrumentation Key from your AppInsights service properties and set it in the cloud.xml config file of each SF app. + + 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. - \ No newline at end of file +