sp-dev-fx-webparts/samples/react-content-query-online/config/deploy-azure-storage.json

7 lines
263 B
JSON
Raw Normal View History

2017-08-07 09:46:22 -04:00
{
2020-05-06 03:43:32 -04:00
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
2017-08-07 09:46:22 -04:00
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-content-query",
"accessKey": "<!-- ACCESS KEY -->"
}