question

anmac-5336 avatar image
0 Votes"
anmac-5336 asked SumanthMarigowda-MSFT answered

Folder rename change date and time attributes

Hello, does anyone know if renaming a parent folder change subfolders/files within it to change one of date created, date modified or date accessed as well ? Thanks

azure-storage-explorer
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SumanthMarigowda-MSFT avatar image
0 Votes"
SumanthMarigowda-MSFT answered

@anmac-5336 Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

You can see all the activity in performed under $logs folder , you can use Azure Storage explorer tool or portal to view the logs

127808-image.png

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://<accountname>.blob.core.windows.net/$logs. This container cannot be deleted once Storage Analytics has been enabled, though its contents can be deleted. If you use your storage-browsing tool to navigate to the container directly, you will see all the blobs that contain your logging data.

The $logs container is not displayed when a container listing operation is performed, such as the List Containers operation. It must be accessed directly. For example, you can use the List Blobs operation to access the blobs in the $logs container. Learn more here

It also depends on what type of authentication the user has logged to find the time stamp.

You can try this kusto query to find out the information files and folders in a container:

To get this details, make sure to enable the diagnostics settings for the storage account: https://docs.microsoft.com/en-us/answers/questions/552843/index.html

Kindly let us know if the above helps or you need further assistance on this issue.


Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.