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:
http://msdn.microsoft.com/library/azure/hh343262.aspx
Should be $logs
http://contosostorage.blob.core.windows.net/$logs?
restype=container&comp=list&prefix=blob/2014/07
0
0
This is wrong, because the prefix is “queue”, not “blob”.
0
0
A. http://contosostorage.queue.core.windows.net/$logs? restype=container&comp=list&prefix=queue/2014/07
Explanation: http://msdn.microsoft.com/library/azure/hh343262.aspx
0
0
Ernest, as per your link, the answer is A
“http://.blob.core.windows.net/$logs”
0
0
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
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
According to Ernest link its D
0
0
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
And, you can download that new 197Q 70-533 dumps here:
https://doc.co/QdoskX
Best Regards!
0
0
What’s more, part of that new 218Q 70-533 Dumps are Available here:
https://drive.google.com/open?id=0B-ob6L_QjGLpfnV3MVl6X3pXOWw1Z3YtQUpJRVRiTkNkbGNFbVBNRXhjSkw3bWk1WHdYcW8
Best Regards!
0
0
BTW, part of that new 243Q 70-533 dumps FYI:
https://drive.google.com/open?id=0B-ob6L_QjGLpfnV3MVl6X3pXOWw1Z3YtQUpJRVRiTkNkbGNFbVBNRXhjSkw3bWk1WHdYcW8
Best Regards!
0
0