Skip to content

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

License

Notifications You must be signed in to change notification settings

bettyblocks/ex_microsoft_azure_storage

 
 

Repository files navigation

Based off https://github.com/joeapearson/elixir-azure because of outdated dependencies

ExMicrosoftAzureStorage

A 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, "~> 1.0"},
    
    # Optional dependency, you can also add your own json_library dependency
    # and config with `config :ex_microsoft_azure_storage, json_library, YOUR_JSON_LIBRARY`
    {:jason, "~> 1.1"}
  ]
end

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%