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
"pool in a SQL Database" gives the impression that the pool is a child of a database, which is incorrect.
Also removed unnecessary line breaks.
Added PremiumRS as an Edition value and re-arranged acceptable values in logical order.
Set -Tags example with code formatting and changed a tag name to include a space, to illustrate the possibility.
The **Set-AzureRmSqlElasticPool** cmdlet modifies properties for an elastic database pool in an
23
-
Azure SQL Database. This cmdlet can modify the minimum Database Throughput Units (DTUs) per
24
-
database in addition to the maximum DTUs per database, the number of DTUs for the pool, and the
25
-
storage limit for the pool.
22
+
The **Set-AzureRmSqlElasticPool** cmdlet modifies properties for an elastic database pool in an Azure SQL Database. 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.
26
23
27
24
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
25
@@ -146,9 +143,10 @@ Specifies the edition of the Azure SQL Database for the elastic pool. You cannot
146
143
edition. The acceptable values for this parameter are:
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments