Clarification on SFTP on Blob storage pricing

Pitawat 331 Reputation points
2022-10-26T10:10:09.17+00:00

I have read the blog post that SFTP on Azure Blob Storage is now generally available and the documentation states that Microsoft will begin charging $0.30 per hour for using this feature, starting 1 December 2022.

I would like to clarify the pricing just to be sure. Does this mean if a customer checks the "Enable SFTP" box when creating a Storage Account will incur hourly charge immediately after a successful Storage Account creation, even the customer does not create any local user for SFTP at all? This includes the action where customer opens an existing Storage Account on Azure Portal > clicks SFTP under Settings > clicks "Enable SFTP" button as well.

vwRXqI.png

If that is the case, can customers reduce the cost by disabling SFTP when they don't need to use SFTP? This can be achieved by clicking "Disable SFTP" on Azure Portal or running a CLI command

az storage account update --name mysftp --resource-group mysftp-rg --enable-sftp false  

Do the above actions stop the SFTP charges?

If customers want to use SFTP again, they can click "Enable SFTP" on Azure Portal or run the following command and the charge will start again. I also see that existing local users are still there after disabling and enabling SFTP. This means the credentials, configurations, connections will still work even SFTP has been disabled and re-enabled.

az storage account update --name mysftp --resource-group mysftp-rg --enable-sftp true  

Could anyone please confirm my understanding? Thank you.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,687 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,428 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,721 Reputation points Microsoft Employee
    2022-10-26T14:21:45.467+00:00

    Yes @Pitawat , your walkthrough is good. SFTP hourly charge is for enabling the endpoint and SFTP can be switched on/off with 1 click (or API call) whenever customer needs it.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 254360-accept-answer.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. JimmySalian-2011 41,916 Reputation points
    2022-10-26T13:02:01.36+00:00

    Hi,

    No, disabling the SFTP will also cost you as it is a resource created, when you create or use Blob Storage resources, you'll be charged.

    Read in detail on how and what will you be charged. storage-plan-manage-costs

    Hope this helps.
    JS

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.