Skip to content

Commit 23d7474

Browse files
Merge pull request #211445 from normesta/sftp
Removing preview references from PS and CLI
2 parents 9cd2b48 + db64a40 commit 23d7474

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

articles/storage/blobs/secure-file-transfer-protocol-support-how-to.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: normesta
55
ms.subservice: blobs
66
ms.service: storage
77
ms.topic: conceptual
8-
ms.date: 09/13/2022
8+
ms.date: 09/15/2022
99
ms.author: normesta
1010
ms.reviewer: ylunagaria
1111

@@ -62,21 +62,10 @@ $storageAccountName = "<storage-account>"
6262
6363
Set-AzStorageAccount -ResourceGroupName $resourceGroupName -Name $storageAccountName -EnableSftp $true
6464
```
65-
> [!NOTE]
66-
> The `-EnableSftp` parameter is currently only available in preview versions of Azure Powershell. Use the command below to install the preview version:
67-
> ```
68-
> Install-Module -Name Az.Storage -RequiredVersion 4.1.2-preview -AllowPrerelease
69-
> ```
7065

7166
### [Azure CLI](#tab/azure-cli)
7267

73-
First, install the preview extension for the Azure CLI if it's not already installed:
74-
75-
```azurecli
76-
az extension add --name storage-preview
77-
```
78-
79-
Then, to enable SFTP support, call the [az storage account update](/cli/azure/storage/account#az-storage-account-update) command and set the `--enable-sftp` parameter to true. Remember to replace the values in angle brackets with your own values:
68+
To enable SFTP support, call the [az storage account update](/cli/azure/storage/account#az-storage-account-update) command and set the `--enable-sftp` parameter to true. Remember to replace the values in angle brackets with your own values:
8069

8170
```azurecli
8271
az storage account update -g <resource-group> -n <storage-account> --enable-sftp=true

0 commit comments

Comments
 (0)