Strona 1

Test-programowanie

Pytanie 1
You are developing an application that uses Azure Blob storage. The application must read the transaction logs of all the changes that occur to the blobs and the blob metadata in the storage account for auditing purposes. The changes must be in the order in which they occurred, include only create, update, delete, and copy operations and be retained for compliance reasons. You need to process the transaction logs asynchronously. What should you do?
Process all Azure Storage Analytics logs for successful blob events.
Enable the change feed on the storage account and process all changes for available events.
Use the Azure Monitor HTTP Data Collector API and scan the request body for successful blob events
Process all Azure Blob storage events by using Azure Event Grid with a subscriber Azure Function app.
Pytanie 2
You are developing an application to use Azure Blob storage. You have configured Azure Blob storage to include change feeds. A copy of your storage account must be created in another region. Data must be copied from the current storage account to the new storage account directly between the storage servers. You need to create a copy of the storage account in another region and copy the data. In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:
1
2

Powiązane tematy