From 75eef153f4f3888cb8358fa78786e2c04f4a4cff Mon Sep 17 00:00:00 2001 From: RamonTC Date: Wed, 13 Sep 2017 13:43:13 +0200 Subject: [PATCH] Updated 11. Setting the solution up in Service Fabric (markdown) --- 11.-Setting-the-solution-up-in-Service-Fabric.md | 2 +- 1 file changed, 1 insertion(+), 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 6a2bd4e..a5df593 100644 --- a/11.-Setting-the-solution-up-in-Service-Fabric.md +++ b/11.-Setting-the-solution-up-in-Service-Fabric.md @@ -5,7 +5,7 @@ The ARM script will generate all the necessary Azure resources to publish eShopO Once the SF resources have been successfully created, the next step is to publish the SF projects. These projects are under the directory [SF Directory](https://github.com/dotnet-architecture/eShopOnContainers/tree/eShopOnServiceFabric-Win/ServiceFabric) and contains all the xml config files needed to configure and publish eShopOnContainers. SF is composed by 4 SF apps: - + - eShopOnServiceFabric: contains all the api services consumed by eShop. - eShopOnServiceFabricIdSrv: contains the Identity server for authentication.