Using AzCopy to sync the local data with Azure Storage
Views (25)
Using the sync command of azcopy, we can keep the local data synchronized with Azure Blob. https://docs.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-sync Suppose below is our storage account named – samplestorageaccountcrm having the container named – mycrmfilescontainer inside it as shown below. Below is how the URL for the container will look like https://samplestorageaccountcrm.blob.core.windows.net/mycrmfilescontainer i.e. format – https://[storagename].blob.core.windows.net/[containername] Let us … Continue reading "Using AzCopy to sync the local data with Azure Storage"
This was originally posted here.

Like
Report
*This post is locked for comments