sp-dev-fx-webparts/samples/react-graph-mgt-client/config/deploy-azure-storage.json

7 lines
272 B
JSON
Raw Normal View History

2021-04-18 15:54:54 -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-graph-mgt-client",
2021-04-18 15:54:54 -04:00
"accessKey": "<!-- ACCESS KEY -->"
}