> 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/ras-azure-marketplace-deployment-guide/introduction/before-you-start/networking.md).

# Networking

A Virtual Network (VNet) must be in place in Azure and this VNet must contain a subnet. The Parallels RAS infrastructure machines will be joined to this subnet. Ensure the subnet you create or use has enough space to host the number of infrastructure servers you want to create. For more information about creating and changing a VNet see [Create, change, or delete a virtual network](https://learn.microsoft.com/en-us/azure/virtual-network/manage-virtual-network).

<figure><img src="/files/LtEsZLw0mPfyt0RxKklK" alt="Example of a subnet configuration allowing enough space "><figcaption><p>Figure 1. Example of a subnet configuration allowing enough space </p></figcaption></figure>

The VNet must have DNS configured to point to your Domain Controllers (see[ **Active Directory Domain Services (ADDS)**](/landing/ras-azure-marketplace-deployment-guide/introduction/before-you-start/active-directory-domain-services.md)). For more information about configuring DNS servers on a VNet see [Change DNS servers of a virtual network using the Azure portal](https://learn.microsoft.com/en-us/azure/virtual-network/manage-virtual-network#change-dns-servers-of-a-virtual-network-using-the-azure-portal).

<figure><img src="/files/R2DMESs1RikJLAc0P3PN" alt="Example of a DNS configuration pointing to Active Directory Domain Controller"><figcaption><p>Figure 2. Example of a DNS configuration pointing to Active Directory Domain Controller(s) </p></figcaption></figure>

Effective March 31, 2026, Microsoft will have/has retired default outbound access. The Subnet and VNet you use must explicitly allow outbound connectivity. For more information, see [Azure’s outbound connectivity methods](https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/default-outbound-access#outbound-connectivity-methods) for the most commonly used approaches.

Create a User Assigned Managed Identity and assign it Contributor Permissions on the Virtual Network you want to use, or on the Resource Group where the VNet resides. For more information about creating a user-assigned managed identity, see [Create a user-assigned managed identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity).

<figure><img src="/files/g1TgXviDNAbuynKHMEVl" alt="Example of User-Assigned Managed Identity and permissions on VNet"><figcaption><p>Figure 3. Example of User-Assigned Managed Identity and permissions on VNet</p></figcaption></figure>


---

# 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/ras-azure-marketplace-deployment-guide/introduction/before-you-start/networking.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.
