Microsoft Azure Architect Design (AZ-304) Practice Test 2026 – All-In-One Guide to Master Your Certification!

Question: 1 / 400

What serverless solution is best for running a script to identify and delete duplicate files in an Azure storage account?

Azure Logic Apps and Azure Functions

The best serverless solution for running a script to identify and delete duplicate files in an Azure storage account involves using Azure Logic Apps and Azure Functions. This combination provides an efficient way to automate the workflow without the need for managing infrastructure.

Azure Functions allows you to run lightweight code in response to events (such as file uploads or scheduled triggers). It is well-suited for executing scripts that perform operations on files stored in Azure. In this case, a function can be designed to scan the storage account for duplicates and delete them as needed. Moreover, Azure Functions supports various programming languages, making it flexible for developers.

Azure Logic Apps serves as an orchestration layer and enables the automation of workflows by integrating various Azure services and external systems. It can be set up to trigger the Azure Function when relevant events occur, such as a file being added to the storage account. This helps streamline the process of identifying duplicate files and executing the function to handle them automatically.

In contrast, the other options do not align as well with the requirements for a serverless solution for this specific task. Azure Pipelines is primarily used for CI/CD workflows, making it less suited for the task of file management. Azure Service Fabric is focused on building and managing microservices applications, which adds

Get further explanation with Examzify DeepDiveBeta

Azure Pipelines and Azure Service Fabric

Azure Logic Apps and Azure Event Grid

Azure Functions and Azure Batch

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy