azure-blob-storageazure-storagepower-automateblobstorage

Power Automate, Delete file from blob storage


Is there a way or a template that can be used within Power Automate that will remove a file from an azure blob container.

Power Automate Flow

I have a flow that creates a file in SharePoint once it has been added to Blob storage container but I want to remove the file then from the container after it is created in SharePoint


Solution

  • You can use Delete blob(V2) action right after the SharePoint's Create file step and mention path to the blob from the trigger action. Below is the flow of my logic app.

    enter image description here

    RESULTS:

    enter image description here