# netlify-cms-backend-azure

> Azure DevOps backend for Netlify CMS

Latest version **1.3.1** (published 2022-04-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install netlify-cms-backend-azure
pnpm add netlify-cms-backend-azure
yarn add netlify-cms-backend-azure
bun add netlify-cms-backend-azure
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.3.1 |
| Published | 2022-04-13 |
| First published | 2020-11-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 425.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19404 |
| Maintainers | erezro |
| Keywords | netlify, netlify-cms, backend, azure, devops |

## Links

- npm: https://www.npmjs.com/package/netlify-cms-backend-azure
- Repository: https://github.com/netlify/netlify-cms.git#master
- Homepage: https://github.com/netlify/netlify-cms/tree/master#readme
- Issues: https://github.com/netlify/netlify-cms/issues
- npm.io page: https://npm.io/package/netlify-cms-backend-azure

## Dependencies (2)

- [js-base64](https://npm.io/package/js-base64.md) ^3.0.0
- [semaphore](https://npm.io/package/semaphore.md) ^1.1.0

## Recent versions

- 1.3.1 (latest) — 2022-04-13
- 1.2.0-beta.0 (beta) — 2021-05-03
- 1.3.0 — 2021-10-18
- 1.2.2 — 2021-06-01
- 1.2.1 — 2021-05-31
- 1.2.0 — 2021-05-04
- 1.1.2 — 2021-02-23
- 1.1.1 — 2021-02-10
- 1.1.0 — 2020-11-26

## README

# Azure backend

An abstraction layer between the CMS and [Azure DevOps](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/)

## Code structure

`Implementation` for [File Management System API](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/README.md) based on `Api`.

`Api` - A wrapper for Azure DevOps REST API.

`AuthenticationPage` - facilitates implicit authentication flow. Uses [lib-auth](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth/README.md).

Look at tests or types for more info.

---
_Source: https://npm.io/package/netlify-cms-backend-azure · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
