sp-dev-fx-webparts/samples/angular-multipage/config/deploy-azure-storage.json

6 lines
156 B
JSON
Raw Normal View History

2016-11-03 05:45:39 -04:00
{
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "angular-multipage",
"accessKey": "<!-- ACCESS KEY -->"
}