PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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:
http://msdn.microsoft.com/library/azure/hh343262.aspx

11 Comments on “Which URL should you use to access the list?

  1. Baha says:

    D is correct answer. there is no separate $log container for queues. there is only one $log container for blob that stores logs for blob,table and queues




    0



    0
  2. James says:

    D is correct

    https://blogs.msdn.microsoft.com/windowsazurestorage/2011/08/02/windows-azure-storage-logging-using-logs-to-track-storage-requests/

    Ernest – the link you gave even says – 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.




    0



    0
  3. Simon E.S. says:

    No, it’s A, and Ernest’s link even proves it. You’re all confusing “logs for queue objects are stored in a blob” with “logs for queue objects are stored in the path blob/…”.

    I mean, look at the text from his link:
    “All logs are stored in block blobs in a container named $logs,”
    That makes it A or D.

    “Each log will be written in the following format:
    /YYYY/MM/DD/hhmm/.log

    : The name of the storage service. For example: blob, table, or queue”
    That makes it A. The path becomes queue/2014/07.




    0



    0

Leave a Reply