Skip to content

Instantly share code, notes, and snippets.

@lucasteles
Forked from anonymous/AzCopyEmu.bat
Created October 26, 2017 16:52
Show Gist options
  • Save lucasteles/2ee26bb2cc80afda741bc92d47658d54 to your computer and use it in GitHub Desktop.
Save lucasteles/2ee26bb2cc80afda741bc92d47658d54 to your computer and use it in GitHub Desktop.
Copy files to azure emulator
azcopy /Source:%cd% /Dest:http://127.0.0.1:10000/devstoreaccount1/%1/ /DestType:blob /DestKey:Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw== /Pattern:%2 /Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment