Can Azure Storage Tasks creation be automated?

Marija Kirandjiska 0 Reputation points
2025-03-11T16:36:52.0733333+00:00

Hello,

I need to run rehydration on 2Pb of data spanning over 9months. Ive been oriented to Azure Storage Tasks, but I would like to run the rehydration on weekly or monthly basis.

Is there a way to automate the actual creation of the Azura Storage Tasks?

Thanks in advance,

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,110 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Keshavulu Dasari 4,110 Reputation points Microsoft External Staff
    2025-03-11T17:33:18.7866667+00:00

    Hi Marija Kirandjiska,

    Yes, you can automate the creation of Azure Storage Tasks to run rehydration on a weekly or monthly basis. Azure Storage Tasks can be scheduled and managed using Azure Logic Apps or Azure Automation. I Suggest few steps to automate the creation and scheduling of Azure Storage Tasks:

    Create a Storage Task: In the Azure portal, search for " Storage Tasks " and select "Create".Provide the necessary details such as subscription, resource group, and task name.

    On the Conditions tab, specify the conditions that must be met by each object (container or blob).Define the operations to perform on the objects that meet the conditions.

    Use Azure Logic Apps to create a workflow that triggers the storage task on a predefined schedule (weekly or monthly).You can set the interval and frequency for the task to run automatically.

    Review the task's history, including run status, inputs, and outputs.

    Edit the task if needed to update the workflow or conditions

    For more information:
    https://learn.microsoft.com/en-us/azure/logic-apps/create-automation-tasks-azure-resources.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.           
    User's image

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you.

    0 comments No comments

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.