Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 430 Bytes

ExMicrosoftAzureStorage

An early prototype of an SDK to interact with Microsoft Azure Storage.

Installation

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