Implementing Azure Data Lake Gen 1 Storage - Logging Solution

Implementing Logging for Azure Data Lake Gen 1 Storage

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

A company uses Azure Data Lake Gen 1 Storage to store big data related to consumer behavior.

You need to implement logging.

Solution: Use information stored in Azure Active Directory reports.

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

B

Instead configure Azure Data Lake Storage diagnostics to store logs and metrics in a storage account.

Note:

You can enable diagnostic logging for your Azure Data Lake Storage Gen1 accounts, blobs, files, queues and tables.

Diagnostic logs aren't available for Data Lake Storage Gen2 accounts [as of August 2019].

https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-diagnostic-logs https://github.com/MicrosoftDocs/azure-docs/issues/34286

No, the provided solution does not meet the goal of implementing logging for the big data related to consumer behavior stored in Azure Data Lake Gen 1 Storage.

Azure Active Directory reports provide insights into the usage and performance of Azure Active Directory (AD). They do not provide logging capabilities for data stored in Azure Data Lake Gen 1 Storage.

To implement logging for data stored in Azure Data Lake Gen 1 Storage, you need to configure diagnostic settings for the storage account. Diagnostic settings enable you to send data to different destinations such as Azure Monitor logs or Event Hubs. Once the data is sent to these destinations, you can analyze and visualize it using tools such as Azure Monitor or Azure Stream Analytics.

Therefore, the correct answer is B. No.