Table of Contents

Delete Blob

Deletes a blob from an Azure Blob container.

img

Example img
This flow iterates over blob names and checks for .txt files; if the condition is met, the .txt blobs are deleted. Actions used in the flow are: For each Blob name, If and Delete Blob.

Properties

Name Type Description
Connection Required The Azure Blob container connection. The currently supported options are SAS URI and Connection string + container name.
Dynamic connection Optional A connection dynamically created using the Create Azure Blob container connection action.
Blob name Required The name of the blob to delete.

Azure Blob Storage: Videos / Getting started

This section contains videos to help you get started quickly working with Azure Blob Storage using Flow.


Dump CSV file from Azure Blob container to Azure SQL table

This video demonstrates how to import all records from a CSV file in Azure Blob Storage into an Azure SQL table.
In the demo, no data import options (such as data type conversion, number or date formatting) are specified, meaning the data is imported as raw text.