# Hub-spoke network topology

* The hub-spoke is a network topology in Azure where one virtual network acts as a hub, and other virtual networks as spokes.&#x20;
* In usual setting, the virtual network acting as a hub hosts central services and connections, like VPN connection to on-premises network. The spokes are connected to the hub with virtual network peering, mening that spokes can use services and connections provided by the hub.&#x20;
* In addition, the hub can control connectivity and security, for example using Azure Firewall
* With default configuration, spokes are isolated from each other

## Resources

* Hub-spoke network topology in Azure - <https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/hub-spoke>
* Tutorial: Create a hub and spoke hybrid network topology in Azure using Terraform <https://docs.microsoft.com/en-us/azure/developer/terraform/hub-spoke-introduction>


---

# 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://notes.tatusl.dev/azure/hub-spoke.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.
