You administer an Azure Storage account named contosostorage. 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?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://
Question:
Which URL should you use to access the list?
Options:
http://contosostorage.queue.core.windows.net/$logs? restype=container&comp=list&prefix=queue/2014/07
http://contosostorage.queue.core.windows.net/$files? restype=container&comp=list&prefix=queue/2014/07
http://contosostorage.blob.core.windows.net/$files? restype=container&comp=list&prefix=blob/2014/07
http://contosostorage.blob.core.windows.net/$logs? restype=container&comp=list&prefix=blob/2014/07
Correct Answer
The Correct Answer for this Question is
http://contosostorage.blob.core.windows.net/$logs? restype=container&comp=list&prefix=blob/2014/07