Azure-Samples / azure-files-samples

This repository contains supporting code (PowerShell modules/scripts, ARM templates, etc.) for deploying, configuring, and using Azure Files.
https://docs.microsoft.com/azure/storage/files/storage-files-introduction
MIT License
226 stars 192 forks source link

SyncBetweenTwoFileShares #230

Open stefanogelmini opened 1 month ago

stefanogelmini commented 1 month ago

Good morning, regarding the SyncBetweenTwoFileShares script , I have made some functional changes:

Using Container instances for docker image pull (ref https://medium.com/@alaa.barqawi/docker-rate-limit-with-azure-container-instance-and-aks-4449cede66dd )

Implementation of static volume to store azcopy logs.

Is it possible to contribute and make the source available to others?