7 lines
263 B
JSON
Raw Normal View History

2017-08-07 09:46:22 -04:00
{
2020-05-06 09:43:32 +02: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 -->"
}