Git Product home page Git Product logo

azure-fsharp-helpers's Introduction

azure-fsharp-helpers

A set of files which help provide better support for Azure with a number of F# projects.

AppInsights on Suave

paket usage: github isaacabraham/azure-fsharp-helpers src/appinsights/suave-appinsights.fs

This file adds a new Suave.Azure.ApplicationInsights module which supports: -

  • Request logging for any WebPart (timing, outcome, exception handling etc.)
  • Dependency tracking
  • Configuring the Telemetry Client with the appropriate AppInsights key
  • Provisioning of a Telemetry Client

Example usage: -

 choose
  [ GET >=> OK "HELLO WORLD"
    POST >=> OK "BYE BYE" ] // Basic Suave routes
|> ApplicationInsights.withRequestTracking ApplicationInsights.buildApiOperationName // App Insights into it

Azure App Service Configuration settings

paket usage: github isaacabraham/azure-fsharp-helpers src/configuration.fs

This file contains a single function applyAzureEnvironmentToConfigurationManager that lives in System.Configuration.Azure. It migrates all Azure App Setting settings that exist as Environment settings into the Configuration Manager. This is useful when using e.g. a Suave application hosted in the Azure App Service as you can now see Application Settings through the portal as normal and have them show up in your application.

Azure App Service Diagnostics

paket usage: github isaacabraham/azure-fsharp-helpers src/diagnostics.fs

This file contains a single function addAzureAppServicesTraceListeners that lives in System.Diagnostics.Tracing.Azure. It automatically tries to add Trace Listeners for Azure Drive, Table and Blob, which relates to the Logging settings you can activate within an Azure App Service; in other words, you can log to blob, tables or the local file system (as well as the live log streaming service).

azure-fsharp-helpers's People

Contributors

isaacabraham avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.