Skip to content

arisechurch/elixir-azure

 
 

Repository files navigation

Hex.pm CI

Elixir Azure

Azure storage support for Elixir.

Installation

Add azure to your list of dependencies in mix.exs:

def deps do
  [
    {:azure, "~> 0.3.1"}
  ]
end

Running tests

Tests are run against Azurite, an Azure storage emulator, using Docker Compose:

$ docker compose up -d
$ mix test --include external

Documentation

https://hexdocs.pm/azure

For usage examples check out the tests.

Credits

This repo was largely derived from ex_microsoft_azure_storage originally written by @chgeuer. Credit and thanks.

Packages

No packages published

Languages

  • Elixir 100.0%