How get the StorageFileLogs from Azure Files into Azure Data Factory oder into an SQL Database

Waleed Saleem 61 Reputation points
2021-01-02T20:16:44.587+00:00

Hi,

how to get StorageFileLogs into an Datbase or copy them with Azure Data Factory ?

I want to Save informations like TimeGenerated, AccountName and the Uri.

Greetings

Waleed

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,220 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,912 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 45,406 Reputation points Microsoft Employee
    2021-01-04T06:10:15.553+00:00

    @Waleed Saleem Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.

    Azure Files currently supports Storage Analytics metrics. Azure Storage logs in Azure Monitor is in public preview and is available for preview testing in all public cloud regions. This preview enables logs for blobs (including Azure Data Lake Storage Gen2), files, queues, tables, premium storage accounts in general-purpose v1 and general-purpose v2 storage accounts. Classic storage accounts are not supported. See here for files (property) that are supported

    To learn more, see: https://learn.microsoft.com/en-us/azure/storage/common/monitor-storage?tabs=azure-powershell#logs-in-azure-monitor-preview

    It would be good to evaluate this feature and let us know if it meets your needs.

    If you’re interested in joining the preview, please complete the following form: https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRxW65f1VQyNCuBHMIMBV8qlUM0E0MFdPRFpOVTRYVklDSE1WUTcyTVAwOC4u

    You could reference these two links: 1. https://learn.microsoft.com/en-us/azure/data-factory/monitor-visually
    2. https://learn.microsoft.com/en-us/azure/data-factory/monitor-programmatically

    Additional information: StorageFileLogs
    Query Azure Storage analytics logs in Azure Log Analytics

    For now, you may refer to the Copy data from Blob Storage to SQL Database using Data Factory which gives some idea on your secnario.

    Hope this helps!

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

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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

    0 comments No comments