Which URL should you use to access the list?

You administer an Azure Storage account named contoso storage. The account has queue
containers with logging enabled.
You need to view all log files generated during the month of July 2014.
Which URL should you use to access the list?

You administer an Azure Storage account named contoso storage. The account has queue
containers with logging enabled.
You need to view all log files generated during the month of July 2014.
Which URL should you use to access the list?

A.
http://contosostorage.queue.core.windows.net/Slogs?
restype=container&comp=list&prefix=queue/2014/07

B.
http://contosostorage.queue.core.windows.net/Sfiles?
restype=container&comp=list&prefix=queue/2014/07

C.
http://contosostorage.blob.core.windows.net/Sfiles?
restype=container&comp=list&prefix=blob/2014/07

D.
http://contosostorage.blob.core.windows.net/Slogs?
restype=container&comp=list&prefix=blob/2014/07

Explanation:
Ref: http://msdn.microsoft.com/library/azure/hh343262.aspx



Leave a Reply 16

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


CastorTray

CastorTray

D is correct

All logs are stored in block blobs in a container named $logs, which is automatically created when Storage Analytics is enabled for a storage account. The$logs container is located in the blob namespace of the storage account, for
example: http://.blob.core.windows.net/$logs. This container cannot be deleted once Storage Analytics has been enabled, though its contents can be deleted. Note: Each log will be written in the following format:
/YYYY/MM/DD/hhmm/.log

Reference: About Storage Analytics Logging
URL: http://msdn.microsoft.com/library/azure/hh343262.aspx

joni

joni

what is the correct answer?

joni

joni

i think the answer above is correct

Starter

testerkv

testerkv

there is error in the question… ITs not Slogs its $logs and $files..So that eliminates option B and C

The answer is A because of the following .. The log is generated for Queue and not for blobs. That eliminates option D.

The only valid option is A

David

David

D:

All logs are stored in block blobs in a container named $logs, which is automatically created when Storage Analytics is enabled for a storage account. The $logs container is located in the blob namespace of the storage account, for example: http://.blob.core.windows.net/$logs. This container cannot be deleted once Storage Analytics has been enabled, though its contents can be deleted.

https://msdn.microsoft.com/en-us/library/azure/hh343262.aspx

challenge

challenge

Looked at this for ages – yes I agree it’s D

yos

yos

the changedy slogs -> logs

RuloCachulo

RuloCachulo

logging is stored in “blobs in a specific container” called dollar sign logs

Therefore the correct answer is D, NO DOUBT