You are maintaining an application that uses the Azure Content Delivery Network (CDN) to serve terabytes of content that is stored in page blobs.
Your bill for CDN services is higher than you expect.
You need to monitor the application to find issues that increase costs.
Which two operations should you monitor? Each correct answer presents part of the solution.

A.
The Time-To-Live (TTL) of the blobs.
B.
The country of origin for the client computer and the CDN region.
C.
The number of requests that result in an HTTP status code over 400.
D.
The allocated size of page blobs.
E.
The expiration date of the blobs.
A not B, version 4 of this exam has comments about it.
TTL relates to cache control so requests hit cache not blob.
https://docs.microsoft.com/en-us/azure/cdn/cdn-manage-expiration-of-blob-content
I don’t see how D is right either, how does monitoring blob size help. I would tend to think expiration on blobs which probably should be expiration of caching on blobs.
0
0
the question is monitor and analysis the CDN log to find why. So I think the answer is correct.
0
0
I believe A should definitely be one of the answers.
https://azure.microsoft.com/en-us/pricing/details/cdn/
0
0