Commit 9d502dd
feat: Add byom-cross-region extension under template 16 (#528)
* Add byom-cross-region extension under template 16
Adds extensions/byom-cross-region/ as a deployable extension to the
16-private-network-standard-agent-apim-setup template. The extension
provisions a backend Foundry account in a second region behind a private
endpoint, fronts it with the existing APIM gateway (managed-identity auth
to backend), and wires the cross-region connection back to the agent
project.
Includes:
- main.bicep / azuredeploy.json (compiled) / main.bicepparam
- 6 modules: backend-ai-account, backend-private-endpoint,
vnet-with-backend-subnet, apim-service, apim-inference-api,
apim-backend-role-assignment
- README.md with full architecture diagram
- samples/parameters-cross-region.json
- metadata.json
Subscription-policy guardrails applied:
- defaultOutboundAccess: false on apim-outbound and backend-pe subnets
- disableLocalAuth: true on backend AI account (Entra-only via APIM)
Also corrects a stale template reference in
01-connections/apim/samples/parameters-managed-identity-static-models.json.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Refresh CODEOWNERS review requirements
* Retrigger checks after CODEOWNERS update
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Brandon Miller <brandom@microsoft.com>1 parent 0d15ea5 commit 9d502dd
15 files changed
Lines changed: 7172 additions & 0 deletions
File tree
- infrastructure/infrastructure-setup-bicep
- 01-connections/apim/samples
- 16-private-network-standard-agent-apim-setup/extensions/byom-cross-region
- modules
- preflight
- samples
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
Lines changed: 555 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments