sp-dev-fx-webparts/samples/section-backgrounds/config/deploy-azure-storage.json

7 lines
262 B
JSON
Raw Normal View History

2019-03-13 07:11:37 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "section-background",
"accessKey": "<!-- ACCESS KEY -->"
}