Skip to content

Commit 8fff838

Browse files
authored
Fix typo in "multitenant" architecture description
1 parent bfc6fc8 commit 8fff838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-data-ai/prepare-to-maintain-sql-databases-azure/includes/4-design-azure-sql-database-for-cloud-native-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Elastic pools provide a cost-effective solution for software as a service applic
6666

6767
Due to the nature of this feature, it's recommended to monitor your resources continually to identify concurrent performance spikes that could affect other databases part of the same elastic pool. Often, you may need to revisit your allocation strategy to make sure there's enough resource available for all databases sharing the same elastic pool.
6868

69-
Elastic pool is a good fit for multi-tenant architecture with low average utilization, where each tenant has its own copy of the database.
69+
Elastic pool is a good fit for multitenant architecture with low average utilization, where each tenant has its own copy of the database.
7070

7171
## Network options
7272

0 commit comments

Comments
 (0)