I'm using Runbooks and wanted to utilize a PowerShell script to establish an SFTP local user for an Azure Storage Account. I found an article that has all steps but this is using the Az.Storage 4.1.2-Preview. but I am using the latest version of the Az.Storage which is 4.5.0
In the above article, we are using the "New-AzStorageLocalUserPermissionScope" command but this is not available in the latest version of Az.Storage Module.
Did any face this issue earlier?