You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **New-AzureRmSqlElasticPool** cmdlet creates an elastic database pool for an Azure SQL Database.
26
26
27
+
Several parameters (*-Dtu, -DatabaseDtuMin, and -DatabaseDtuMax*) require the value being set is from the list of valid values for that parameter. For example, -DatabaseDtuMax for a Standard 100 eDTU pool can only be set to 10, 20, 50, or 100. For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
28
+
27
29
## EXAMPLES
28
30
29
31
### Example 1: Create an elastic pool
@@ -51,7 +53,10 @@ The command specifies DTU property values for the pool and the databases in the
51
53
## PARAMETERS
52
54
53
55
### -DatabaseDtuMax
54
-
Specifies the maximum number of Database Throughput Units (DTUs) that any single database in the pool can consume.
56
+
Specifies the maximum number of Database Throughput Units (DTUs) that any single database in the pool can consume.
57
+
58
+
For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool)
59
+
55
60
The default values for the different editions are as follows:
Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool.
83
+
84
+
For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
Specifies the total number of shared DTUs for the elastic pool.
102
+
103
+
For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
104
+
94
105
The default values for the different editions are as follows:
The **Set-AzureRmSqlElasticPool** cmdlet modifies properties for an elastic database pool in an Azure SQL Database.
26
26
This cmdlet can modify the minimum Database Throughput Units (DTUs) per database in addition to the maximum DTUs per database, the number of DTUs for the pool, and the storage limit for the pool.
27
27
28
+
Several parameters (*-Dtu, -DatabaseDtuMin, and -DatabaseDtuMax*) require the value being set is from the list of valid values for that parameter. For example, -DatabaseDtuMax for a Standard 100 eDTU pool can only be set to 10, 20, 50, or 100. For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
29
+
30
+
28
31
## EXAMPLES
29
32
30
33
### Example 1: Modify properties for an elastic pool
@@ -73,6 +76,9 @@ The command sets the max storage for an elastic pool to 2 TB.
73
76
74
77
### -DatabaseDtuMax
75
78
Specifies the maximum number of DTUs that any single database in the pool can consume.
79
+
80
+
For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
81
+
76
82
The default values for different editions are as follows:
Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool.
105
+
106
+
For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
Specifies the total number of shared DTUs for the elastic pool.
124
+
125
+
For details about which values are valid, see the table for your specific size pool in [elastic pools](https://docs.microsoft.com/azure/sql-database/sql-database-elastic-pool).
126
+
115
127
The default values for different editions are as follows:
0 commit comments