How to delete entries from Azure Table Storage using ADF

Arundhati Sen 151 Reputation points
2023-05-08T14:06:04.8833333+00:00
  1. I am trying to delete entries from Azure Table Storage using ADF

I got this article (https://video2.skills-academy.com/en-us/rest/api/storageservices/delete-entity1) which says we can use a HTTP DELETE request, but I am not sure about the headers I have to pass, can someone show me with a practical working example.

Suppose we have a Table named ETLADSPlanD under storage eundnavadfsta01

User's image

URL will be :

https://eundnavadfsta01.table.core.windows.net/ETLADSPlanD(PartitionKey='PlanD-Workflow1', RowKey='workflow1')

and how to construct the headers to make it work from ADF?

  1. Is there any way we can delete all the entries that is older than timestamp 1 month using HTTP request from ADF?
Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
170 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,681 questions
{count} votes

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.