You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ _Try it out, learn from it, apply it in your setups._
25
25
|[API Management & Container Apps][infra-apim-aca]| APIs are often implemented in containers running in Azure Container Apps. This architecture accesses the container apps publicly. It's beneficial to test both APIM and container app URLs to contrast and compare experiences of API calls through and bypassing APIM. It is not intended to be a security baseline. |
26
26
|[Front Door & API Management & Container Apps][infra-afd-apim-pe]| A secure implementation of Azure Front Door connecting to APIM via the new private link integration. This traffic, once it traverses through Front Door, rides entirely on Microsoft-owned and operated networks. The connection from APIM to Container Apps is secured but through a VNet configuration (it is also entirely possible to do this via private link). APIM Standard V2 is used here to accept a private link from Front Door. |
27
27
|[Application Gateway (Private Endpoint) & API Management & Container Apps][infra-appgw-apim-pe]| A secure implementation of Azure Application Gateway connecting to APIM via the new private link integration. This traffic, once it traverses through App Gateway, uses a private endpoint set up in the VNet's private endpoint subnet. The connection from APIM to Container Apps is secured but through a VNet configuration (it is also entirely possible to do this via private link). APIM Standard V2 is used here to accept a private link from App Gateway. |
|[Application Gateway (VNet) & API Management & Container Apps][infra-appgw-apim]| Full VNet injection of APIM and ACA! APIM is shielded from any type of traffic unless it comes through App Gateway. This offers maximum isolation for instances in which customers seek VNet injection.|
29
29
30
30
## 📁 List of Samples
31
31
@@ -66,6 +66,7 @@ These prerequisites apply broadly across all infrastructure and samples. If ther
66
66
- Python 3.13 and 3.14 should work as well, but have not been verified extensively
67
67
-[VS Code][vscode] installed with the [Jupyter notebook extension][vscode-jupyter] enabled
68
68
-[Azure CLI][azure-cli-install] installed
69
+
-[Azure Bicep][azure-bicep-install] installed
69
70
-[An Azure Subscription][azure-free] with Owner or Contributor+UserAccessAdministrator permissions. Execute [Verify Azure Account][verify-az-account-notebook] to verify.
70
71
-**Azure Authentication**: Sign in to Azure with Azure CLI using the specific tenant and subscription you want to work with:
71
72
- To log in to a specific tenant: `az login --tenant <your-tenant-id-or-domain>`
@@ -384,6 +385,7 @@ The original author of this project is [Simon Kurtz][simon-kurtz].
0 commit comments