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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,13 @@ _Try it out, learn from it, apply it in your setups._
35
35
36
36
We provide several common architectural approaches to integrating APIM into your Azure ecosystem. While these are high-fidelity setups, they are not production-ready. Please refer to the [Azure API Management landing zone accelerator](https://learn.microsoft.com/azure/cloud-adoption-framework/scenarios/app-platform/api-management/landing-zone-accelerator) for up-to-date production setups.
37
37
38
-
-[Simple API Management](./infrastructure/simple-apim)
39
-
- Just the basics with a publicly accessible API Management intance fronting your APIs. This is the innermost way to experience and experiment with the APIM policies.
-[Simple API Management](./infrastructure/simple-apim) (simple-apim)
39
+
- Just the basics with a publicly accessible API Management intance fronting your APIs. This is the innermost way to experience and experiment with the APIM policies.
- APIs are often times implemented in containers that are running in Azure Container Apps. This architecture accesses the container apps publicly. It's beneficial to test both APIM and container app URLs here to contrast and compare experiences of API calls through and bypassing APIM. It is not intended to be a security baseline.
42
-
-[Secure Front Door & API Management & Container Apps](./infrastructure/afd-apim)
43
+
44
+
-[Secure Front Door & API Management & Container Apps](./infrastructure/afd-apim) (afd-apim)
43
45
- A higher-fidelity implementation of a secured setup in which Azure Front Door connects to APIM via the new private link integration. This traffic, once it traverses through Front Door, rides entirely on Microsoft-owned and operated networks. Similarly, 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). It's noteworthy that we are using APIM Standard V2 here as we need the ability to accept a private link from Front Door.
44
46
45
47
---
@@ -71,6 +73,13 @@ Run through the following steps to create a Python virtual environment before do
71
73
72
74
The first time you run a Jupyter notebook, you'll be asked to install the Jupyter kernel package (ipykernel).
73
75
76
+
### List of Samples
77
+
78
+
| Sample Name | Description | Supported Infrastructure(s) |
0 commit comments