Issue with logic app workflow designer

Mahadev, Rakesh [HAEA] 225 Reputation points
2024-08-12T11:31:15.9066667+00:00

Hello Team,

I've created SFTP in blob storage and due to cost I need to automate the enable/disable of SFTP. Below is the logic app flow I've created and it is running sucessfully and I can see the activity logs in storage account. When the logic app get triggered the SFTP is not getting enabled/disabled.

User's image

User's imageUser's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
0 comments No comments
{count} votes

Answer accepted by question author
  1. LeelaRajeshSayana-MSFT 17,866 Reputation points Moderator
    2024-08-12T21:17:22.85+00:00

    Hi @Mahadev, Rakesh [HAEA] Greetings! Thank you for posting this question here.

    I notice that you are using an older version of the API. There is a latest version of the API available - api-version=2023-05-01 Kindly use this version to make updates to the storage account properties. Here is a reference to the latest Update API documentation

    When the logic app get triggered the SFTP is not getting enabled/disabled.

    If you are monitoring the property update through the Azure portal Storage accounts --> Settings --> SFTP tab, kindly note that there is delay in the page getting updated to reflect the latest value. In my observation, I noticed that I had to do a hard refresh on the browser page to reflect the change.

    You can confirm the status change of the property by inspecting body of the storage account from the Run History of the logic app and inspecting the HTTP action result. Please refer the below image for your reference.

    User's image

    If you see any errors upon inspecting the Runtime history of the logic app, please do let us know and we would be happy to assist you further.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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