Skip to content

Commit 625398c

Browse files
Fix link to AFD APIM PE
Thank you, Jeff!
1 parent 27b99c2 commit 625398c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Try it out, learn from it, apply it in your setups._
2222
|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2323
| [Simple API Management](./infrastructure/simple-apim) | Just the basics with a publicly accessible API Management instance fronting your APIs. This is the innermost way to experience and experiment with the APIM policies. |
2424
| [API Management & Container Apps](./infrastructure/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 here to contrast and compare experiences of API calls through and bypassing APIM. It is not intended to be a security baseline. |
25-
| [Secure Front Door & API Management & Container Apps](./infrastructure/afd-apim) | 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). APIM Standard V2 is used here to accept a private link from Front Door. |
25+
| [Secure Front Door & API Management & Container Apps](./infrastructure/afd-apim-pe) | 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). APIM Standard V2 is used here to accept a private link from Front Door. |
2626

2727
## 📁 List of Samples
2828

@@ -291,4 +291,4 @@ Furthermore, [Houssem Dellai](https://github.com/HoussemDellai) was instrumental
291291

292292
[Andrew Redman](https://github.com/anotherRedbeard) for contributing the _Azure Maps_ sample.
293293

294-
The original author of this project is [Simon Kurtz](https://github.com/simonkurtz-msft).
294+
The original author of this project is [Simon Kurtz](https://github.com/simonkurtz-msft).

0 commit comments

Comments
 (0)