An early prototype of an SDK to interact with Microsoft Azure Storage.
If available in Hex, the package can be installed
by adding ex_microsoft_azure_storage to your list of dependencies in mix.exs:
def deps do
  [
    {:ex_microsoft_azure_storage, app: false, github: "elixir-azure/ex_microsoft_azure_storage", ref: "master"}
  ]
end