Skip to content

Commit ab7853b

Browse files
Steve SteinTaraMeyer
authored andcommitted
Added link to valid parameter values (MicrosoftDocs#370)
* Added link to valid parameter values * update links
1 parent e56eff9 commit ab7853b

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

azureps-cmdlets-docs/ResourceManager/AzureRM.Sql/v3.2.1/New-AzureRmSqlElasticPool.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ New-AzureRmSqlElasticPool -ElasticPoolName <String> [-Edition <DatabaseEdition>]
2424
## DESCRIPTION
2525
The **New-AzureRmSqlElasticPool** cmdlet creates an elastic database pool for an Azure SQL Database.
2626

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+
2729
## EXAMPLES
2830

2931
### Example 1: Create an elastic pool
@@ -51,7 +53,10 @@ The command specifies DTU property values for the pool and the databases in the
5153
## PARAMETERS
5254

5355
### -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+
5560
The default values for the different editions are as follows:
5661

5762
- Basic.
@@ -75,6 +80,9 @@ Accept wildcard characters: False
7580
7681
### -DatabaseDtuMin
7782
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).
85+
7886
The default value is zero (0).
7987
8088
```yaml
@@ -91,6 +99,9 @@ Accept wildcard characters: False
9199
92100
### -Dtu
93101
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+
94105
The default values for the different editions are as follows:
95106
96107
- Basic.
@@ -116,9 +127,13 @@ Accept wildcard characters: False
116127
Specifies the edition of the Azure SQL Database used for the elastic pool.
117128
The acceptable values for this parameter are:
118129
119-
- Premium
120130
- Basic
121131
- Standard
132+
- Premium
133+
- DataWarehouse
134+
- Stretch
135+
- Free
136+
- PremiumRS
122137
123138
```yaml
124139
Type: DatabaseEdition

azureps-cmdlets-docs/ResourceManager/AzureRM.Sql/v3.2.1/Set-AzureRmSqlElasticPool.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Set-AzureRmSqlElasticPool [-ElasticPoolName] <String> [-Edition <DatabaseEdition
2525
The **Set-AzureRmSqlElasticPool** cmdlet modifies properties for an elastic database pool in an Azure SQL Database.
2626
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.
2727

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+
2831
## EXAMPLES
2932

3033
### 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.
7376

7477
### -DatabaseDtuMax
7578
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+
7682
The default values for different editions are as follows:
7783

7884
- Basic.
@@ -96,6 +102,9 @@ Accept wildcard characters: False
96102
97103
### -DatabaseDtuMin
98104
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).
107+
99108
The default value is zero (0).
100109
101110
```yaml
@@ -112,6 +121,9 @@ Accept wildcard characters: False
112121
113122
### -Dtu
114123
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+
115127
The default values for different editions are as follows:
116128
117129
- Basic.

0 commit comments

Comments
 (0)