Which two approaches will achieve the goal?

You store data in an Azure blob. Data accumulates at a rate of 0.10 GB per day.
You must use storage analytics data to verify that the service level agreement (SLA) has been met and to
analyze the performance of VHDs, including the pattern of usage.
Analytics data must be deleted when it is older than 100 days or when the total amount of data exceeds 10
GB.
You need to configure storage analytics and access the storage analytics data.
Which two approaches will achieve the goal? Each correct answer presents part of the solution.

You store data in an Azure blob. Data accumulates at a rate of 0.10 GB per day.
You must use storage analytics data to verify that the service level agreement (SLA) has been met and to
analyze the performance of VHDs, including the pattern of usage.
Analytics data must be deleted when it is older than 100 days or when the total amount of data exceeds 10
GB.
You need to configure storage analytics and access the storage analytics data.
Which two approaches will achieve the goal? Each correct answer presents part of the solution.

A.
Disable the data retention policy.

B.
Access analytics data by using the Service Management REST APL

C.
Access analytics data by using the APIs used to read blob and table data.

D.
Configure a data retention policy of 100 days.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


yu

yu

B,D

H

H

The analysis data is in blobs/tables, so you use the blob and table APIs (C), not the Service API (B)