Skip to content

deyanp/FSharpAKSAppStub

Repository files navigation

FSharpAKSAppStub

This project shows how to create a service using WebJobs SDK ready to be deployed in AKS, with Application Insights integration, console logging, etc.

Blog post: https://dev.to/deyanp/f-app-stub-for-aks-hosting-with-webjobs-but-without-azure-functions-fluff-43lj

  1. Create an Azure resource group with:

    1. Application Insights
    2. Event Hub Namespace, Event Hub, consumer group "test-cg"
    3. Storage Account
  2. Edit Properties/launchSettings.json and replace all "TODO" with proper configuration:

    1. Application Insights Instrumentation Key
    2. Event Hub Connection String, including event hub path (name)
    3. Storage Queue Connection String
  3. Compile and Run

    1. (dotnet restore)
    2. dotnet build
    3. dotnet run
  4. Deploy (Docker, ACR, AKS) - TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published