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.
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.