Based off https://github.com/joeapearson/elixir-azure because of outdated dependencies
A 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, "~> 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