Replacing .css files in-place. Blobs will be replaced with compressed version and headers updated:
asge.exe -e .css -f myContainer -r -a myStorageAccount -k <key>
Copy .css and .js to a compressed version and append a .gz extension:
asge.exe -e .css .js -f myContainer -n .gz -a myStorageAccount -k <key>
Replacing .js files in-place and enabling CORS for the account:
asge.exe -w -e .js -f myContainer -r -a myStorageAccount -k <key>
Replacing .js files in-place using a connection string instead of host/key: