Show / Hide Table of Contents

    Hosting

    Context and problem

    With .NET Core being a cross-platform development environment, .NET developers have the ability to choose between a Windows or Linux server to host their software. The same goes for the Copper services written in .NET Core.

    With some small adjustments to the Microservice hosts projects, Copper services can run on:

    • Azure App Service (WebJob included in the box)
      • Also possible to deploy a docker container to Azure App Service.
    • Service Fabric
    • Dapr
    • Containers (Docker / Kubernetes)
    • Windows Server
    • Linux Server

    Solution

    For a solution per operating-system/platform see the sub pages.

    • Improve this Doc
    Back to top Generated by DocFX