From 93522c0d470496f2fb42bb0a78c2de2d9e3f8254 Mon Sep 17 00:00:00 2001 From: Wim Matthyssen <62010638+wimmatthyssen@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:49:07 +0200 Subject: [PATCH] Update Create-Azure-Blob-Storage-SFTP.ps1 --- Create-Azure-Blob-Storage-SFTP.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create-Azure-Blob-Storage-SFTP.ps1 b/Create-Azure-Blob-Storage-SFTP.ps1 index 85ab364..f9aed7e 100644 --- a/Create-Azure-Blob-Storage-SFTP.ps1 +++ b/Create-Azure-Blob-Storage-SFTP.ps1 @@ -47,7 +47,7 @@ Set-AzContext -tenantID "xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx" (if not using the defa .LINK -https://wmatthyssen.com/2023/02/02/create-an-azure-files-share-in-a-specified-subscription-using-an-azure-powershell-script/ +https://wmatthyssen.com/2023/04/04/create-an-sftp-enabled-azure-storage-account-within-a-specified-subscription-using-an-azure-powershell-script/ #> ## ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------