Skip to content

Commit ec83716

Browse files
authored
Update 3-design-for-azure-sql-managed-instance.md
1 parent a087e4b commit ec83716

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

learn-pr/wwl-azure/design-data-storage-solution-for-relational-data/includes/3-design-for-azure-sql-managed-instance.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ Consider how Azure SQL Managed Instance can be included in your relational data
2626

2727
- **Consider instance-scoped features**. Use instance-scoped features of Azure SQL Managed Instance like Service Broker, CLR, SQL Server Agent, and Linked servers. Migrate your relational and structured data to Azure without rearchitecting your applications.
2828

29-
- **Consider instance scalability**. Add scalability for your instance by enabling vCores mode. You can define the maximum CPU cores and storage for your instances, so all databases in the instance share the same resources.
29+
- **Consider instance scalability**. Add scalability for your instance by enabling vCores mode. You can define the maximum CPU cores and storage for your instances, so all databases in the instance share the same resources.
30+
31+
- **Consider upgrading to Next-gen General Purpose for more capacity**: This tier supports up to 500 databases per instance, 32 TB of storage, and lets you scale resources independently. This capacity is provided at the same cost as General Purpose.
32+
33+
> [!Tip]
34+
> Learn more with self-paced training, [Plan and implement security for Azure SQL Database and Azure SQL Managed Instance](/training/modules/security-azure-sql-database-azure-sql-managed-instance/).

0 commit comments

Comments
 (0)