@Ryan Lee Thanks for posting your query on Microsoft Q&A.
Do you know the exact date since you stopped seeing the logs?
It could be because the classic diagnostic settings for Azure storage accounts are being phased out. Microsoft has announced that classic storage accounts and their associated diagnostics are being retired by August 31, 2024.
Here are the steps to complete the migration from classic Azure storage analytics to Azure Monitor metrics:
- Identify Classic Storage Accounts: Check the Diagnostic settings (classic) for each storage account. If set to ON, the storage account is using classic Azure storage analytics
- Enable Diagnostic Settings for Each Resource Type: On the storage account blade, ensure that diagnostics settings are enabled for blob, file, queue, etc., and configure them to send data to the new Log Analytics workspace
- Disable Diagnostic Settings (Classic): Set the Diagnostic settings (classic) to OFF
Retain Logs: Ensure that the Delete data checkbox is selected and set the number of days for log data retention
Please refer to the answer to this post for detailed instructions: https://learn.microsoft.com/en-us/answers/questions/2069449/migrating-azure-storage-account-classic-diagnostic
If you have any questions, let me know in the comments and I am happy to investigate further.