Skip to content

Commit 8bcc946

Browse files
authored
Add hub-spoke network topology reference and image
Added a link and an image related to hub-spoke network topology in Azure.
1 parent 374ef73 commit 8bcc946

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

0_Azure/3_AzureAI/AIFoundry/demos/13_APIM_LoadBalancer_AI.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Last updated: 2026-01-22
2222
- [What is Azure Front Door?](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-overview)
2323
- [Comparison between Azure Front Door and Azure CDN services](https://learn.microsoft.com/en-us/azure/frontdoor/front-door-cdn-comparison)
2424
- [GPT-RAG Solution Accelerator](https://github.com/Azure/GPT-RAG) - AI Factory
25+
- [Hub-spoke network topology in Azure](https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke)
2526

2627
</details>
2728

@@ -121,7 +122,13 @@ From [Comparison between Azure Front Door and Azure CDN services](https://learn.
121122
| **DevOps Impact** | Single CI/CD pipeline for hub APIM policies. Spokes are simpler (mostly Foundry + load balancers). | Multiple CI/CD pipelines for each hub APIM. Requires automation to ensure consistency. |
122123
| **Cost Considerations** | Lower operational cost: fewer APIM instances, centralized infrastructure. | Higher cost: multiple hubs with APIM, monitoring, and networking overhead. |
123124
| **Best Use Case** | Organizations prioritizing **simplicity and centralized control**. Suitable for small/medium deployments. | Organizations prioritizing **resiliency, autonomy, and low latency**. Suitable for large, distributed deployments. |
124-
125+
126+
> Hub-spoke network topology in Azure:
127+
128+
<img width="1083" height="681" alt="image" src="https://github.com/user-attachments/assets/6833341f-2ae0-4aa9-9159-193e3e35f713" />
129+
130+
From [Hub-spoke network topology in Azure](https://learn.microsoft.com/en-us/azure/architecture/networking/architecture/hub-spoke)
131+
125132
<!-- START BADGE -->
126133
<div align="center">
127134
<img src="https://img.shields.io/badge/Total%20views-1497-limegreen" alt="Total views">

0 commit comments

Comments
 (0)