From a8b444796fa716f05a7fc761c39711bfad176eb0 Mon Sep 17 00:00:00 2001 From: RamonTC Date: Wed, 13 Sep 2017 13:36:36 +0200 Subject: [PATCH] Updated 11. Setting the solution up in Service Fabric (markdown) --- 11.-Setting-the-solution-up-in-Service-Fabric.md | 4 +++- 1 file changed, 3 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 de49a91..e7c8ce5 100644 --- a/11.-Setting-the-solution-up-in-Service-Fabric.md +++ b/11.-Setting-the-solution-up-in-Service-Fabric.md @@ -1,11 +1,13 @@ ### - Deploying eShopOncontainers as Windows Containers to Azure Service Fabric +![test](eShopOnContainers/img/sf/sf-directory.PNG) + In order to deploy eShopOnContainers as Windows Containers an Azure SF environment must be first set. There is available an ARM template to do that job in the following link [SF Win ARM deployment](https://github.com/dotnet-architecture/eShopOnContainers/tree/eShopOnServiceFabric-Win/deploy/az/servicefabric/WindowsContainers). Follow the steps in [create SF](https://github.com/dotnet-architecture/eShopOnContainers/blob/eShopOnServiceFabric-Win/deploy/az/servicefabric/WindowsContainers/readme.md). The ARM script will generate all the necessary Azure resources to publish eShopOnContainers as windows containers. 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.