# Pricing

Cloudback uses a **per-repository pricing model** for Azure DevOps. You pay based on the number of repositories you protect, not the number of users in your organization.

## How Units Work for Azure DevOps

Each Azure DevOps repository with backups enabled consumes **1 unit** from your subscription pool.

| What You Protect              | Units Consumed |
| ----------------------------- | -------------- |
| 1 Azure DevOps repository     | 1 unit         |
| 10 Azure DevOps repositories  | 10 units       |
| 100 Azure DevOps repositories | 100 units      |

Units are shared across all connected accounts and platforms.

For full plan details, pricing tables, and billing cycle options, see [Pricing](/account-and-billing-management/pricing.md).

## What's Included

Every Azure DevOps backup includes the full repository plus metadata:

* Git repository (bare clone with all branches, tags, and refs)
* Git LFS objects
* Pull requests with full metadata
* Review threads and comments
* Commits and messages
* Reviewers and vote statuses
* Labels
* Attachments
* Work item references (links)

For a complete breakdown, see [Azure DevOps Backup Contents](/azure-devops/backup-contents.md).

## How to Subscribe for Azure DevOps

The recommended way to purchase Cloudback for Azure DevOps is through the **Azure Marketplace**:

1. Select your preferred plan on the [Cloudback page on Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/myrtlelabs-sas.cloudback)
2. Follow Azure instructions to complete the purchase
3. Cloudback will automatically activate for the selected account

You can also install via the [Azure DevOps Marketplace (Visual Studio)](https://marketplace.visualstudio.com/items?itemName=MYRTLELABSSAS.cloudback-backup-azure-devops).

For alternative payment methods (credit card, bank transfer, invoice), see [Payment Methods](/account-and-billing-management/payment-methods.md).

## Learn More

* [Pricing](/account-and-billing-management/pricing.md) - Full plan comparison with pricing tables
* [Subscription Management](/account-and-billing-management/subscription-management.md) - Manage subscriptions and account assignments


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudback.it/azure-devops/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
