Automating Blob Verification and Email Notification Using Azure Logic Apps

Zorghost 40 Reputation points
2025-06-20T02:36:04.1766667+00:00

Hello everyone,

I’m working on a solution to archive data in Azure on a daily basis. Each day, two blobs will be uploaded to a storage container following this naming convention:

security-data-yyyymmdd.csv

security-data-yyyymmdd.json

I’d like to automate the process of verifying whether these uploads were successful and send an email notification to stakeholders with the results. For this, I’ve chosen to use Azure Logic Apps, as it seems to be the most suitable tool for the job.

However, I’m new to Logic Apps and would really appreciate guidance on how to implement the following workflow:

  1. Check for File Existence within a container:
    Navigate to a specific container and verify if both the .csv and .json files from yesterday's date exist. I will Include the status (found or not found) in the email.

Extract Value from JSON:
Read the .json file and extract the value of a specific field. This value should also be included in the email.

  1. Count Files in a second Container:
    Access a second container and count the number of files that were uploaded yesterday. Include this count in the email notification.

If anyone can help break down how to implement these steps using Logic Apps, or point me to relevant examples or templates, I’d be extremely grateful.

Thanks in advance!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

Accepted answer
  1. Praveen Kumar Gudipudi 1,805 Reputation points Microsoft External Staff Moderator
    2025-06-20T09:42:37.7166667+00:00

    Hello Zorghost,

    Thanks for your time over the meeting.

    We have configured the logic app as shown in below image to meet your requirements,

    User's image

    If this answer was helpful, please click "Accept the answer" and mark Yes, as this can help other community members.

    User's image

    If you have any other questions or are still experiencing issues, feel free to ask in the "comments" section, and I'd be happy to help.


0 additional answers

Sort by: Most helpful

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.