Skip to content

Commit 206a817

Browse files
authored
Enhance APIM guidance with Front Door and routing tips
Added tips for enhancing APIM with Azure Front Door, routing models, observability, failover automation, and future-proofing.
1 parent a0efa3c commit 206a817

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,15 @@ Last updated: 2026-01-22
5050

5151
From [What is Azure Web Application Firewall?](https://docs.azure.cn/en-us/web-application-firewall/overview)
5252

53-
53+
> [!TIPs]
54+
> If you have a solid foundation by using APIM as the orchestrator across multiple MSFT Foundry deployments. The design is purpose‑built, resilient, and developer‑friendly. The next evolution would be layering in Front Door for external traffic, refining routing models, and strengthening observability and failover automation.
55+
> - Frontend Layer: If external users or customers will consume AI services, consider adding Azure Front Door for global entry, latency‑based routing, and DDoS protection.
56+
> - Routing Models:
57+
> - Hub‑and‑Spoke: Central APIM hub routes to regional spokes. Easier to manage.
58+
> - Hub‑to‑Hub: Each hub can route to others, improving resiliency but adding complexity.
59+
> - Observability: Centralize logs and metrics in Azure Monitor + Application Insights for full visibility.
60+
> - Failover Automation: Implement health probes and rerouting logic to handle outages seamlessly.
61+
> - Future‑Proofing: Pre‑provision capacity in regions where new models are released first.
5462
5563
## Unified Gateway with APIM
5664

0 commit comments

Comments
 (0)