Skip to content

Commit 1091a74

Browse files
small fix
1 parent 3fc0a01 commit 1091a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/adr/0048-subscription-per-customer-model-on-azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Should we consider the per Subscription-per-Customer Model for managing Azure re
2424
- `Good`, because subscriptions provide clear separation for billing and invoice purposes considering Azure invoices are prepared based on the Subscription ID, making it easier to track and manage costs per customer.
2525
- `Good`, because Azure typically operates with one tenant per organisation, closely tied to the Active Directory (AD) or Azure AD. Utilising multiple subscriptions under one tenant provides a coherent organisational structure, enhancing management and governance.
2626
- `Good`, because Role-Based Access Control (RBAC) settings are easier to manage at the subscription level, offering straightforward governance and security controls for each customer.
27-
- `Good`, because azure imposes certain limits at the subscription level; having separate subscriptions helps in managing these limits more effectively.
27+
- `Good`, because Azure imposes certain limits at the subscription level; having separate subscriptions helps in managing these limits more effectively.
2828
- `Good`, because virtual networks are scoped to a subscription, simplifying network management and isolation between customers.
2929
- `Bad`, because setting up network communication between subscriptions will require additional work than within a single subscription.
3030

31-
1. Isolation at the Resource Group Level
31+
2. Isolation at the Resource Group Level
3232

3333
- `Good` because resource groups allow for organising resources more flexibly within a single subscription, facilitating easier management of resources.
3434
- `Good` because managing subscriptions can reduce the complexity and overhead associated with subscription management, permissions, and billing setups.

0 commit comments

Comments
 (0)