File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Storage/Storage.Management/help Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,7 @@ This command updates a Storage account by enable Sftp and localuser.
460
460
To run the command succssfully, the Storage account should already enable Hierarchical Namespace.
461
461
462
462
### Example 21: Update a Storage account by set AllowedCopyScope as PrivateLink
463
+ <!-- Skip: Output cannot be splitted from code -->
463
464
```
464
465
PS C:\> $account = Set-AzStorageAccount -ResourceGroupName "myresourcegroup" -AccountName "mystorageaccount" -AllowedCopyScope PrivateLink
465
466
@@ -470,6 +471,7 @@ PrivateLink
470
471
The command updates a Storage account by set AllowedCopyScope as PrivateLink.
471
472
472
473
### Example 22: Update a Storage account with Keyvault from another tenant (access Keyvault with FederatedClientId)
474
+ <!-- Skip: Output cannot be splitted from code -->
473
475
``` powershell
474
476
# create Storage account with Keyvault encryption (access Keyvault with FederatedClientId), then show properties
475
477
PS C:\> $account = Set-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName `
You can’t perform that action at this time.
0 commit comments