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

Cesar De la Torre 2017-10-16 13:41:42 -07:00
parent 4751a880c6
commit 546f0cca32

@ -1,5 +1,9 @@
### - Deploying eShopOncontainers as Windows Containers to Azure Service Fabric
# Deploying eShopOncontainers to Azure Service Fabric
Service Fabric supports both, Linux and Windows Containers, so this guidance is split in two depending if you want to deploy eShopOnContainers as Linux or Windows Containers because the SF cluster has to be created for one environment or the other.
## Deploying eShopOncontainers as Windows Containers to Azure Service Fabric
### Creating a secured Azure Service Fabric cluster based on Windows nodes/VMs
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/dev/deploy/az/servicefabric/WindowsContainers). Follow the steps in [create SF](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/deploy/az/servicefabric/WindowsContainers/readme.md).
The ARM script will generate all the necessary Azure resources to publish eShopOnContainers as windows containers.
@ -55,7 +59,14 @@ 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-deployment-status.PNG">
### - Deploying eShopOncontainers as Linux Containers to Azure Service Fabric
## Deploying eShopOncontainers as Linux Containers to Azure Service Fabric
### Creating a secured Azure Service Fabric cluster based on Windows nodes/VMs
...
TBD
...
In order to deploy eShopOnContainers as Linux Containers an Azure SF environment must be first set. There is available an ARM template to do that job in the following link [SF Linux ARM deployment](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/servicefabric/LinuxContainers). Follow the steps in [create SF](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/deploy/az/servicefabric/LinuxContainers/readme.md).
The ARM script will generate all the necessary Azure resources to publish eShopOnContainers as Linux containers.