> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/cloud-onboarding/azure-cloud-onboarding/quickstart-azure/add-azure-vnet-as-a-new-flow-source-in-netography-fusion.md).

# Add Azure VNet as a new flow source in Vectra Fusion

1. In Vectra Fusion navigate to **Settings** -> **Traffic Sources** -> **Add Traffic Source**

![](/files/pd5cio3lBp5z4OigHPSn)

2. Select **Azure VNet**

![](/files/CKxFayemwIqpzyqS3F5o)

3. Fill out the Azure traffic source flow form:

**Name:** This will be the **Name** of your configuration in Vectra Fusion. You can use anything you like here.

**Polling:** Leave set as default which is enabled.

**Down Sample:** Leave as default unless you know how to use this feature.

**Virtual Network Region:** Enter the **Region** of your **Virtual Network** being added to Vectra Fusion.

**Container Name:** Leave as default of **`insights-logs-flowlogflowevent`**.

**Subscription ID**: Enter the **Subscription ID** you used for configuration.

**Network Watcher Resource Group:** Leave as default of **`NETWORKWATCHERRG`**.

\*\*Network Watcher Name:\*\*Will be **NetworkWatcher\_** followed by the name of your region.

Example: `NETWORKWATCHER_EASTUS`

**Flow Log Name**: Enter the flow log name you created in a previous step.

**Storage account name:** Enter the Storage account name you created in step #3.

**Access Key**:

Reveal your **Storage Account Access Key** with the following command:

```
az storage account keys list --account-name <STORAGE ACCOUNT NAME> --resource-group $RGRP --query "[].{KeyName:keyName, Value:value}" --output table
```


---

# 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:

```
GET https://docs.fusion.vectra.ai/cloud-onboarding/azure-cloud-onboarding/quickstart-azure/add-azure-vnet-as-a-new-flow-source-in-netography-fusion.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.
