Remove blob storage name from prefix of local username for SFTP

Kit MacInnes-Manby 20 Reputation points
2024-09-09T09:00:38.74+00:00

Hello,

I'm trying to use SFTP on Azure blob storage but after setting up a local user, the connection string adds a prefix to the username with the blob storage account's name and a "."

e.g. blobstoragename.localusername@blobstoragename.blob.core.windows.net

Does anyone know if it is possible to remove the prefix and in particular the "." as it is causing issues with the system we are trying to ingest data from because it says it is an invalid username format.

Many thanks,

Kit

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,790 questions
0 comments No comments
{count} votes

Accepted answer
  1. Keshavulu Dasari 325 Reputation points Microsoft Vendor
    2024-09-09T18:39:14.6433333+00:00

    Hi Kit MacInnes-Manby,

    When using SFTP with Azure Blob Storage, the user name setting is indeed storage_account_name.localusername1 ,This format cannot be changed or removed. The prefix ensures that the SFTP client can correctly identify the storage account and local users.

    https://video2.skills-academy.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support-connect

    One possible work around is to see if you can configure your system to accept this username format. Alternatively, you might consider using a different method to capture this unlimited data.

    Please go through the below given links:

    https://video2.skills-academy.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support-how-to?tabs=azure-portal

    https://video2.skills-academy.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-support-authorize-access?tabs=azure-portal

    If you need more help, don’t hesitate to ask!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.