Securing Kubernetes Applications with Ingress Controller and Content Security Policy
July 9, 2025GitHub Copilot Vibe Coding Workshop
July 9, 2025Azure Storage Actions is a fully managed platform designed to automate data management tasks for Azure Blob Storage and Azure Data Lake Storage. You can use it to perform common data operations on millions of objects across multiple storage accounts without provisioning extra compute capacity and without requiring you to write code.
Storage task actions can be used to rehydrate the archived blobs in any tier as required. Please note there is no option to set the rehydration priority and is defaulted to Standard one as of now.
Note :-
Azure Storage Actions are generally available in the following public regions: https://learn.microsoft.com/en-us/azure/storage-actions/overview#supported-regions
Azure Storage Actions is currently in PREVIEW in following reions. Please refer: https://learn.microsoft.com/en-us/azure/storage-actions/overview#regions-supported-at-the-preview-level
Below are the steps to achieve the rehydration :-
Create a Task :-
- In the Azure portal, search for Storage tasks. Under Services, select Storage tasks – Azure Storage Actions.
- On the Azure Storage Actions | Storage Tasks page, select Create
- Fill in all the required details and click on Next to open the Conditions page.
- Add the conditions as below if you want to rehydrate to Cool tier.
- In the Azure portal, search for Storage tasks. Under Services, select Storage tasks – Azure Storage Actions.
Add the Assignment :-
- Select Add assignment.
- In the Select scope section, select your subscription and storage account and name the assignment.
- In the Role assignment section, in the Role drop-down list, select the Storage Blob Data Owner to assign that role to the system-assigned managed identity of the storage task.
- In the Filter objects section, specify the filter if you want this to run on some specific objects or the whole storage account.
- In the Trigger details section, choose the runs of the task and then select the container where you’d like to store the execution reports.
- Select Add.
- In the Tags tab, select Next.
- In the Review + Create tab, select Review + create.
- When the task is deployed, Your deployment is complete page appears.
- Select Go to resource to open the Overview page of the storage task.
Enable the Task Assignment :-
Storage task assignments are disabled by default. Enable assignments from the Assignments page.
- Select Assignments, select the assignment, and then select Enable.
The task assignment is queued to run and will run at the specified time.
- Select Assignments, select the assignment, and then select Enable.
Monitoring the runs :-
After the task completes running, you can view the results of the run.
- With the Assignments page still open, select View task runs.
- Select the View report link to download a report.
You can also view these comma-separated reports in the container that you specified when you configured the assignment.