Skip to content

Instantly share code, notes, and snippets.

Created October 26, 2017 16:52
Show Gist options
  • Save anonymous/923c838c66e4972460f019549f6b5078 to your computer and use it in GitHub Desktop.
Save anonymous/923c838c66e4972460f019549f6b5078 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