|
1284 | 1284 | • Standard_ZRS (Zone-redundant storage)
|
1285 | 1285 | • Standard_GRS (Geo-redundant storage)
|
1286 | 1286 | • Standard_RAGRS (Read access geo-redundant storage)
|
| 1287 | +• Premium_LRS (Premium locally-redundant storage) |
1287 | 1288 | </maml:para>
|
1288 | 1289 | </maml:description>
|
1289 | 1290 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
|
1330 | 1331 | • Standard_ZRS (Zone-redundant storage)
|
1331 | 1332 | • Standard_GRS (Geo-redundant storage)
|
1332 | 1333 | • Standard_RAGRS (Read access geo-redundant storage)
|
| 1334 | +• Premium_LRS (Premium locally-redundant storage) |
1333 | 1335 | </maml:para>
|
1334 | 1336 | </maml:description>
|
1335 | 1337 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
|
1390 | 1392 | <maml:introduction>
|
1391 | 1393 | <maml:para></maml:para>
|
1392 | 1394 | </maml:introduction>
|
1393 |
| - <dev:code>PS C:\> New-AzureStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Location "US West" -AccountType "Standard_GRS"</dev:code> |
| 1395 | + <dev:code>PS C:\> New-AzureStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Location "West US" -AccountType "Standard_GRS"</dev:code> |
1394 | 1396 | <dev:remarks>
|
1395 | 1397 | <maml:para></maml:para>
|
1396 | 1398 | </dev:remarks>
|
@@ -2687,13 +2689,14 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName
|
2687 | 2689 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
|
2688 | 2690 | <maml:name>Type</maml:name>
|
2689 | 2691 | <maml:description>
|
2690 |
| - <maml:para>Specifies the account type of the storage account. One of four options: |
| 2692 | + <maml:para>Specifies the account type of the storage account. One of five options: |
2691 | 2693 | • Standard_LRS (Locally-redundant storage)
|
2692 | 2694 | • Standard_GRS (Geo-redundant storage)
|
2693 | 2695 | • Standard_RAGRS (Read access geo-redundant storage)
|
2694 |
| - • Standard_ZRS |
| 2696 | + • Standard_ZRS (Zone-redundant storage) |
| 2697 | + • Premium_LRS (Premium locally-redundant storage) |
2695 | 2698 |
|
2696 |
| - Note that Standard_ZRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS.</maml:para> |
| 2699 | + Note that Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS or Premium_LRS.</maml:para> |
2697 | 2700 | </maml:description>
|
2698 | 2701 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2699 | 2702 | </command:parameter>
|
@@ -2782,13 +2785,14 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName
|
2782 | 2785 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
|
2783 | 2786 | <maml:name>Type</maml:name>
|
2784 | 2787 | <maml:description>
|
2785 |
| - <maml:para>Specifies the account type of the storage account. One of four options: |
| 2788 | + <maml:para>Specifies the account type of the storage account. One of five options: |
2786 | 2789 | • Standard_LRS (Locally-redundant storage)
|
2787 | 2790 | • Standard_GRS (Geo-redundant storage)
|
2788 | 2791 | • Standard_RAGRS (Read access geo-redundant storage)
|
2789 |
| - • Standard_ZRS |
| 2792 | + • Standard_ZRS (Zone-redundant storage) |
| 2793 | + • Premium_LRS (Premium locally-redundant storage) |
2790 | 2794 |
|
2791 |
| - Note that Standard_ZRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS.</maml:para> |
| 2795 | + Note that Standard_ZRS or Premium_LRS accounts cannot be changed to other account types, and other account types cannot be changed to Standard_ZRS or Premium_LRS.</maml:para> |
2792 | 2796 | </maml:description>
|
2793 | 2797 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2794 | 2798 | <dev:type>
|
|
0 commit comments