# Azure Quotas

When provisioning virtual machines (VMs) in Microsoft Azure—especially in the context of Parallels DaaS — it's important to understand **Azure quotas**, how they affect deployments, and how to manage them effectively in the Azure portal.

#### What Are Azure Quotas?

Azure enforces **resource quotas** to help manage capacity and prevent unexpected usage spikes. These quotas are essentially limits set per Azure subscription and region, and they control how many resources you can provision. The key types of quotas relevant to DaaS include:

* **vCPU quota (Total Regional vCPUs)**\
  The total number of virtual CPUs (vCPUs) you can allocate across all VM types in a specific region.
* **vCPU quota per VM family (e.g., Dv5, Ev5, NV)**\
  Limits the number of vCPUs you can use *per* VM family. For example, you may be limited to 10 vCPUs in the `Dv5` series until you request an increase.
* **Other quotas** (e.g., Public IP addresses, Managed Disks)\
  Less relevant for session-based desktops but important for networked or persistent infrastructure.

***

#### Why Quotas Matter in Parallels DaaS

When Parallels DaaS attempts to provision new session hosts eather when onboarding or scaling up, Azure checks your current quotas. If you exceed the quota (for example, trying to provision 20 `D4ds_v5` VMs when only 16 vCPUs are allowed in that family), the deployment will fail with a **quota exceeded** error.

This is especially important in **automated scaling** scenarios, where the DaaS platform will attempt to add machines based on user load.

***

#### How to View and increase Quotas in the Azure Portal

1. **Go to Azure Portal**:\
   Navigate to <https://portal.azure.com>
2. **Search for "Usage + quotas"**:\
   This will open a blade where you can view current usage and limits per region and resource type.
3. **Select a Subscription and Region**:\
   Choose the Azure subscription tied to your Parallels DaaS deployment and the region where your VMs are hosted.
4. **Filter for Compute quotas**:\
   Look for entries like:
   * `Total Regional vCPUs`
   * `Standard Dv5 Family vCPUs`
   * `Standard NV Family vCPUs`
5. **Request a quota increase**:
   * Click the **"Request Increase"** button next to the relevant quota.
   * Specify the new limit you're requesting.
   * Provide justification (e.g., "Expanding Parallels DaaS workload for 200 users").
   * Microsoft typically processes small requests instantly and bigger ones within 1 business day.


---

# 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.parallels.com/landing/daas-guides/daas-administrators-guide/common-management-tasks/azure-quotas.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.
