Upload to blob storage using azure CLI.

With curl we were hitting the azure server limitation of 64mb - https://msdn.microsoft.com/library/azure/dd179451
This commit is contained in:
Sridhar Periyasamy 2015-11-06 14:40:05 -08:00
parent 75ef96aaf8
commit 32b4058a71
2 changed files with 18 additions and 9 deletions

View file

@ -32,6 +32,7 @@ docker run -t --rm --sig-proxy=true \
-e STORAGE_ACCOUNT \
-e STORAGE_CONTAINER \
-e CHANNEL \
-e CONNECTION_STRING \
-e REPO_ID \
-e REPO_USER \
-e REPO_PASS \