2021-04-14 12:34:21 +02:00
# Azure backend
2020-11-26 04:55:24 -06:00
2021-04-14 12:34:21 +02:00
An abstraction layer between the CMS and [Azure DevOps ](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/ )
2020-11-26 04:55:24 -06:00
2021-04-14 12:34:21 +02:00
## Code structure
2020-11-26 04:55:24 -06:00
2021-04-14 12:34:21 +02:00
`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.