Skip to content

Commit 351cb13

Browse files
authored
Merge pull request #18996 from jordyvaneijk/master
fixed typo
2 parents 8feaeae + 16b7355 commit 351cb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-managed-instance-transact-sql-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The following variables, functions, and views return different results:
421421

422422
Each Managed Instance has up to 35 TB storage reserved for Azure Premium Disk space, and each database file is placed on a separate physical disk. Disk sizes can be 128 GB, 256 GB, 512 GB, 1 TB, or 4 TB. Unused space on disk is not charged, but the total sum of Azure Premium Disk sizes cannot exceed 35 TB. In some cases, a Managed Instance that does not need 8 TB in total might exceed the 35 TB Azure limit on storage size, due to internal fragmentation.
423423

424-
For example, a Managed Instance could have one file 1.2 TB in size that is placed on a 4 TB disk, and 248 files each 1 GB ins size that are placed on separate 128 GB disks. In this example:
424+
For example, a Managed Instance could have one file 1.2 TB in size that is placed on a 4 TB disk, and 248 files each 1 GB in size that are placed on separate 128 GB disks. In this example:
425425

426426
- the total disk storage size is 1 x 4 TB + 248 x 128 GB = 35 TB.
427427
- the total reserved space for databases on the instance is 1 x 1.2 TB + 248 x 1 GB = 1.4 TB.

0 commit comments

Comments
 (0)