sp-dev-fx-webparts/samples/angular-msgraph/config/deploy-azure-storage.json
David Hartman 49b1d265b1 Msgraph dev (#180)
* removed old msgraph code

* initial commit
2017-05-02 10:12:37 +03:00

6 lines
154 B
JSON

{
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "angular-msgraph",
"accessKey": "<!-- ACCESS KEY -->"
}