Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johndowns committed Jul 9, 2024
1 parent 14937b5 commit 23a04f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/multitenant/service/api-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Use Azure API Management in a multitenant solution
description: Learn about the features of Azure API Management that are useful when you work in multitenant solutions.
author: johndowns
ms.author: jodowns
ms.date: 07/09/2024
ms.date: 07/10/2024
ms.topic: conceptual
ms.service: architecture-center
ms.subservice: azure-guide
Expand Down Expand Up @@ -37,6 +37,8 @@ Typically, the way you use API Management is similar regardless of the isolation
| Cost | Lower | Lower | Higher |
| Deployment complexity | Low. Single instance to manage for each stamp | Low. Single instance to manage for each stamp | High. Multiple instances to manage |
| Routing configuration complexity | Higher | Lower | Lower |
| Susceptible to noisy-neighbor issues | Yes | Yes | No |
| Tenant level network isolation | No | No | Yes |
| Example scenario | Custom domain names per tenant | Large multitenant solution with a shared application tier | Tenant-specific deployment stamps |

### Shared instance isolation models
Expand Down

0 comments on commit 23a04f0

Please sign in to comment.