> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/inforiver-enterprise-on-prem/deployment/microsoft-azure/networking.md).

# Networking

In this section, you will configure the networking for the Inforiver deployment.

* You can either use an existing virtual network (bring your own VNet) or create a new virtual network from this section.
* If you are using an existing virtual network, ensure that the required subnets have been created according to the deployment requirements. Select the existing virtual network from the drop-down list, and then choose the appropriate **Private**, **Public**, and **Background** subnets.&#x20;
* If you choose to create a new virtual network, you can retain the default configuration and proceed to the next section.
* If you want to modify the default virtual network configuration, select **Edit virtual network**. In the pane that opens, update the address space and subnet configurations as required. Ensure that the **Private**, **Public** and **Background** subnets each have at least 32 IP addresses (/27) allocated. If the background processor is deployed on AKS, allocate at least 256 IP addresses (/24) for the Background subnet.
* Configure the AKS Service CIDR, which defines the cluster-internal Kubernetes service address range. The Service CIDR must not overlap with the virtual network (VNet) address space.&#x20;
* Specify the AKS DNS Service IP. This IP address must belong to the configured AKS Service CIDR.
* Optional: To deploy a NAT gateway with a standard public IP attached to all subnets, select the **Deploy NAT Gateway** checkbox. This feature is not available for *Bring Your Own VNet*.
* Optional: To deploy the AKS cluster as a private cluster, select **Make AKS Cluster Private**.

You may also change the **VNet** and **subnet names** while you are in the edit network screen. The VNet name provided here would be concatenated with the solution name and used while creating the virtual network.

<figure><img src="/files/ZcYWM1BYxqWkfXGVOEZ4" alt=""><figcaption><p>Networking details</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.inforiver.com/inforiver-enterprise-on-prem/deployment/microsoft-azure/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.
