web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Using AzCopy to sync the local data with Azure Storage

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee
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.

Comments

*This post is locked for comments