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)
 
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