Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 525 Bytes

azure-haskell

Purpose

This repository provides functions and types for common azure related operations. This is very much incomplete but serves as a boilerplate to get started. Covered areas:

  • Authentication (with managed identities only as of now)
  • Key Vault
  • Blob storage
  • Email communication service (To be pushed)

Building the project

To build the entire project, run:

cabal build all

In order to build individual components of the library, cd into the package and run:

cabal build -O0