> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/daas-guides/daas-administrators-guide/examples/small-deployment-15-30-users.md).

# Small Deployment (15–30 Users)

***

## Parallels DaaS – Small Deployment (15–30 Users)

This page outlines a common deployment of Parallels Desktop as a Service (DaaS) for small environments with 15–30 users in a multi-session configuration. It includes licensing and infrastructure requirements. This setup is scalable to larger teams as needed.

{% hint style="info" %}
You will be invoiced for your Parallels DaaS licenses directly from Parallels or via your preferred partner, your Azure resource consumption will be billed directly to you or your partner from Microsoft.&#x20;
{% endhint %}

***

### Licensing Requirements

| Name                       | Type       | Description                                                                                                                                                                               |
| -------------------------- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Parallels DaaS License** | Named user |                                                                                                                                                                                           |
| **Microsoft Licenses**     | Named user | <ul><li>Microsoft 365 E3, E5, A3, A5, F3, Business Premium, Student Use Benefit</li><li>Windows Enterprise E3, E5</li><li>Windows Education A3, A5</li><li>Windows VDA per user</li></ul> |

***

### Infrastructure Overview

Parallels DaaS creates Virtual Machines that act as session hosts for the users. Virtual machine (VM) sizing impacts cost and performance. Parallels DaaS automatically scales resources based on user demand. Typical VMs run \~200 hours/month using automatic powermanagement.

#### Common VM types

Below is a list of commonly used Azure Instance types with Parallels DaaS, by default each machine will be equipped with a E10 disk that is 128GiB in size. Prices below include the disk and have hybrid benefits enabled.

| VM Type                     | Specs              | Approx. Users | 200 Hrs (PAYG) | 24/7 (PAYG) | 1 Yr Reserved | 3 Yr Reserved |
| --------------------------- | ------------------ | ------------- | -------------- | ----------- | ------------- | ------------- |
| **D4s\_v4 / v5**            | 4 vCPU / 16 GB RAM | \~16 users    | **$52**        | $159        | $98           | $66           |
| **D8s\_v5** *(Recommended)* | 8 vCPU / 32 GB RAM | \~32 users    | **$92**        | $308        | $186          | $121          |
|                             |                    |               |                |             |               |               |

{% hint style="info" %}
*User density depends on workload. Heavy multitasking or conferencing video usage may reduce capacity.*
{% endhint %}

{% hint style="info" %}
Persistent Desktop experience (optional)

For saving desktop items, user preferences, favorites, and files persistently across sessions, add:

* **Azure Storage Account** + **Azure File Share**\
  Used to store roaming user profiles.
  {% endhint %}

***

***

Shared Infrastructure  example for 20 users

| Item                                   | Description                                                   | Quantity   | Rate                 | Price |
| -------------------------------------- | ------------------------------------------------------------- | ---------- | -------------------- | ----- |
| **Parallels DaaS Gateway VM**          | Standard B1ms (Linux, always on – 730 hrs)                    | 1          |                      | $25   |
| **Public IP Address**                  | Static IP for Gateway                                         | 1          | Flat rate            | $5    |
| **Azure Storage Account (File Share)** | Transaction Optimized (200 GiB total)                         | 1          | \~$0.06/GiB/month    | $12   |
| **File Share Transactions**            | Light usage (in-Azure)                                        | \~400K ops | \~$0.001 per 10K ops |       |
| **Virtual Machines**                   | Standard D4s\_v4 (4 × VMs, 200 hrs each, with Hybrid Benefit) | 4          | $52                  | $208  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.parallels.com/landing/daas-guides/daas-administrators-guide/examples/small-deployment-15-30-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
