Tag Archives: Azure blob

How to identify the incoming connection of Azure storage blob container.

To check and identify which IP is hitting the Azure blob container, we need to enable the logs under Diagnostic settings – Log Analytics workspace – Enable Audit logs \ all logs Run this query which will show from which … Continue reading

Posted in Azure, Cloud | Tagged , | Leave a comment

Azcopy CONCURRENCY VALUE

As per MS normal azcopy depends on the CPU but blob to blob is serverto server APIs so as use AZCOPY_CONCURRENCY_VALUE= more than 1000. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-optimize?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json#increase-the-number-of-concurrent-requests ” If you’re copying blobs between storage accounts, consider setting the value of the AZCOPY_CONCURRENCY_VALUE environment variable … Continue reading

Posted in AZCopy, Azure, Cloud | Tagged , , | Leave a comment