updated to provent copy of unneeded files

This commit is contained in:
Dandy Weyn 2020-02-21 06:42:32 -08:00 коммит произвёл GitHub
Родитель 57566bed44
Коммит 21bc83181d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@ curl -OL https://raw.githubusercontent.com/microsoft/ignite-learning-paths-train
curl -OL https://raw.githubusercontent.com/microsoft/ignite-learning-paths-training-data/master/deployment/demos/Datafiles/logs/weblogsQ2.log
curl -OL https://raw.githubusercontent.com/microsoft/ignite-learning-paths-training-data/master/deployment/demos/Datafiles/logs/preferences.json
curl -OL https://raw.githubusercontent.com/microsoft/ignite-learning-paths-training-data/master/deployment/demos/Datafiles/Staticfiles/DimDate2.txt
az storage copy --source-local-path "$PWD/*.log" --destination-account-name $1 --destination-container logs
az storage copy --source-local-path "$PWD/*.txt" --destination-account-name $1 --destination-container data
az storage copy --source-local-path "$PWD/weblog*.log" --destination-account-name $1 --destination-container logs
az storage copy --source-local-path "$PWD/Dim*.txt" --destination-account-name $1 --destination-container data
az storage copy --source-local-path "$PWD/prefer*.json" --destination-account-name $1 --destination-container data
az storage copy --source-local-path "$PWD/prefer*.json" --destination-account-name $1 --destination-container logs