Az.Sftp Module
SFTP module for Azure Storage. Provides cmdlets to generate SSH certificates and establish secure SFTP connections to Azure Storage accounts with hierarchical namespace enabled. For more information on Azure Storage SFTP support, please visit: https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support
Sftp
| Cmdlet | Description |
|---|---|
| Connect-AzSftp |
Starts an interactive SFTP session to an Azure Storage Account. Users can login using Microsoft Entra accounts, or local user accounts via standard SSH authentication. Use Microsoft Entra account login for the best security and convenience. |
| New-AzSftpCertificate |
Generate SSH certificates for SFTP authentication using Microsoft Entra credentials. |