Azure
Basic Azure support for Elixir.
Includes support for Azure Storage APIs.
Installation
If available in Hex, the package can be installed
by adding azure to your list of dependencies in mix.exs:
def deps do
[
{:azure, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/azure.
Running tests
Tests are run against Azurite, an Azure storage emulator, using Docker Compose:
$ docker compose up -d
$ mix test --include externalCredits
This repo was largely derived from ex_microsoft_azure_storage originally written by @chgeuer. Credit and thanks.