sp-dev-fx-webparts/samples/react-staffdirectory/config/deploy-azure-storage.json

8 lines
263 B
JSON
Raw Normal View History

2021-02-16 18:39:54 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
2022-06-16 12:31:07 -04:00
"workingDir": "./release/assets/",
2021-02-16 18:39:54 -05:00
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "staff-directory",
"accessKey": "<!-- ACCESS KEY -->"
2022-06-16 12:31:07 -04:00
}