{"id":15288000,"url":"https://github.com/phil-a/arc_azure","last_synced_at":"2025-09-07T02:09:03.809Z","repository":{"id":57478964,"uuid":"126229735","full_name":"phil-a/arc_azure","owner":"phil-a","description":"Provides Microsoft Azure Storage for Arc","archived":false,"fork":false,"pushed_at":"2021-06-18T19:30:59.000Z","size":18,"stargazers_count":7,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T14:46:46.438Z","etag":null,"topics":["attachment","azure-blob-storage","elixir","storage"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phil-a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-21T19:23:31.000Z","updated_at":"2024-12-20T07:01:34.000Z","dependencies_parsed_at":"2022-09-17T04:21:56.907Z","dependency_job_id":null,"html_url":"https://github.com/phil-a/arc_azure","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phil-a%2Farc_azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phil-a%2Farc_azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phil-a%2Farc_azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phil-a%2Farc_azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phil-a","download_url":"https://codeload.github.com/phil-a/arc_azure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248674673,"owners_count":21143760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attachment","azure-blob-storage","elixir","storage"],"created_at":"2024-09-30T15:43:43.608Z","updated_at":"2025-04-13T06:32:11.510Z","avatar_url":"https://github.com/phil-a.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arc Azure Storage Provider\n\n**Arc Azure Provides an [`Arc`](https://github.com/stavro/arc) storage back-end for [`Azure Storage`](https://azure.microsoft.com/en-us/services/storage/).**\n\n## Installation\n\nThe package can be installed\nby adding `arc_azure` to your list of dependencies in `mix.exs` (along with other dependencies you need):\n\n```elixir\ndef deps do\n  [\n    {:arc_azure, \"~\u003e 0.1.2\"},\n    {:arc, \"~\u003e 0.8.0\"},\n    {:erlazure, github: \"dkataskin/erlazure\"},\n  ]\nend\n```\n\nRun `mix deps.get` in your shell to fetch the dependencies.\n\n## Configuration\n\narc_azure uses the [`ex_azure`](https://github.com/azukiapp/ex_azure) default environment variables so make sure you have set these:\n```sh\nexport AZURE_ACCOUNT=\u003cyour-azure-account\u003e\nexport AZURE_ACCESS_KEY=\u003cyour-azure-access-key\u003e\n```\n\nConfigure arc_azure with your container and cdn_url:\n```elixir\nconfig :arc_azure,\n  container: \"uploads\",\n  cdn_url: \"https://#{System.get_env(\"AZURE_ACCOUNT\")}.blob.core.windows.net\"\n```\n\nConfigure the Arc Storage Adapter:\n```elixir\nconfig :arc,\n  storage: Arc.Storage.Azure\n```\n\n## Development\n1. Create a development Azure storage container\n2. Create a simple web app with [`arc`](https://github.com/stavro/arc) and [`arc_azure`](https://github.com/phil-a/arc_azure)\n\nEnsure imagemagick is installed:\n`brew install imagemagick`\n\n## Todo:\n* Add Unit Test Coverage\n\n## License\n\nCopyright 2017 Philip Alekseev\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphil-a%2Farc_azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphil-a%2Farc_azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphil-a%2Farc_azure/lists"}