sp-dev-fx-webparts/samples/sharepoint-crud/config/deploy-azure-storage.json

7 lines
259 B
JSON
Raw Normal View History

2016-09-16 00:33:47 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
2016-09-16 00:33:47 -04:00
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "sharepoint-crud",
"accessKey": "<!-- ACCESS KEY -->"
}