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

7 lines
265 B
JSON
Raw Normal View History

2021-04-16 05:21:04 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-onedrive-finder",
"accessKey": "<!-- ACCESS KEY -->"
}