ISO Files with same name but in different directory are copied automatically from Azure(using Azure Automation, Hybrid Workers, Event Grid, Az module) to local. But copied local file is corrupted and there is no error logged in Azure.

2021-01-14T16:17:16.717+00:00

Hi,

Suppose the files structure in Azure Storage, looks as below:
Blob Containers > Test > DirectoryA > 'Test1 1.ISO'
Blob Containers > Test > DirectoryA > 'Test1 2.ISO'
Blob Containers > Test > DirectoryA > 'DirectoryAA > (contains more than 100 zip files)

Blob Containers > Test > DirectoryB > 'Test1 1.ISO'
Blob Containers > Test > DirectoryB > 'Test1 2.ISO'
Blob Containers > Test > DirectoryB > 'DirectoryBB > (contains more than 100 zip files)
...
...
Blob Containers > Test > DirectoryN > 'Test1 1.ISO'
Blob Containers > Test > DirectoryN > 'Test1 2.ISO'
Blob Containers > Test > DirectoryN > 'DirectoryNN > (contains more than 100 zip files)

Runbook (powershell) is customized to copy only if the filename matches to 'Test1 1.ISO and 'Test1 2.ISO' and else not to copy to local. In Event grid Subscription, option used is 'Blob Created' . Query 1: Can Event Grid Subscription be customized to copy only specific files only? or should it be handled in Runbook (as it is currently done)

Here, 'Test1 1.ISO and 'Test1 2.ISO' size will be >5GB and such files in different directory will be available at any time so download will happen automatically. After download is complete, its observed that local copies are corrupted.
Whereas if we download same file manually from Microsoft Storage Explorer to local, then local file is not corrupted.
Query 2: Why is the automated download file getting corrupted?

Download syntax:
Initially syntax was,
Get-AzStorageBlobContent -ErrorAction stop -Blob $fileName -Container $Container -Destination $localFilePath -ClientTimeoutPerRequest 600 -Context $ctx
but files were getting corrupted randomly,
So modified the syntax to,
Get-AzStorageBlobContent -ErrorAction stop -Blob $fileName -Container $Container -Destination $localFilePath -ServerTimeoutPerRequest 86400 -ClientTimeoutPerRequest 86400 -Context $ctx
with this all files are getting corrupted.

Thanks In Advance,
Madhura

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,944 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2021-01-18T14:58:21.047+00:00

    @SHIVAKUMAR Madhurashree K (Madhura) Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.
    I wish to engage with you offline for a closer look and provide a quick and specialized assistance, please send an email with subject line “Attn:subm” to AzCommunity[at]Microsoft[dot]com referencing this thread and the Azure subscription ID, I will follow-up with you. Once again, apologies for any inconvenience with this issue.

    Thanks for your patience and co-operation.

    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.