sp-dev-fx-webparts/samples/js-workbench-customizer/config/deploy-azure-storage.json

7 lines
264 B
JSON
Raw Normal View History

2019-02-09 05:10:52 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "workbench-customizer",
"accessKey": "<!-- ACCESS KEY -->"
}