Share via

How to copy a Blob Inventory report to another location via power automate

Jason Morgan 0 Reputation points
2026-03-27T15:25:42.6233333+00:00

Is there a way I can make a power automate flow that will copy the inventory to somewhere else?

When trying to set it up I can only seem to see it if I know the path which will not work as the path changes every time it does its built in report.

Main problem is I need a report for each container rather than a report for everything all in one and need a power automate to make this happen.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Ganesh Patapati 11,530 Reputation points Microsoft External Staff Moderator
    2026-03-27T16:24:37.4033333+00:00

    Hello Jason Morgan

    Unfortunately, Power Automate is not supported for processing Azure Blob Inventory reports because inventory paths are dynamic, triggers don’t work reliably on subfolders, and Power Automate cannot access private storage accounts; per‑container reports must be generated using separate inventory rules or processed using Logic Apps, Data Factory, or Functions.

    NOTE: This wouldn't work, as Power BI would be looking in a single, fixed container for the source .CSV files and the container path would change each day.

    As this something which is not supported. We encourage customers to create a feedback item for this request on the feedback forum

    Azure Networking Feedback Forum · Community


    Can you please update us if the action plan provided was helpful?

    Should there be any follow-up questions or concerns, please let us know and we shall try to address them.

    If these answer your question, click "Upvote" and click "Accept Answer" which may be beneficial to other community members reading this thread.


  2. Q&A Assist
    2026-03-27T15:25:54.2266667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Azure Storage blob inventory itself doesn’t provide per-container reports or direct integration with Power Automate in the provided context. It generates account-level inventory reports (for containers and/or blobs) on a daily or weekly schedule into a destination container in the same storage account, in CSV or Parquet format, plus a manifest file and an Event Grid event for each report.

    From the available information, only these supported options are described:

    1. Enable blob inventory on a storage account by defining a policy with one or more rules. Each rule can filter by:
      • Blob type
      • Prefix
      • Selected properties/fields to include
    2. Inventory reports can be generated:
      • For blobs (base blobs, snapshots, versions, and properties)
      • For containers (with container properties)
      • In CSV or Apache Parquet format
    3. Each inventory run produces:
      • The report file(s) in the destination container
      • A manifest file
      • An Azure Event Grid event per report

    The context does not describe:

    • A built-in way to have Azure Storage emit one separate inventory report per container automatically.
    • A Power Automate connector or template that can discover the latest inventory report path dynamically and then copy it to OneDrive.

    Only the general pattern is documented: blob inventory is a scheduled automation of the List Containers and List Blobs APIs, and reports are written into a storage container for later processing.

    Given the provided information, no supported, documented method is shown to:

    • Use Power Automate directly against blob inventory outputs, or
    • Configure blob inventory to emit one file per container instead of an account-wide report.

    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.