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

7 lines
272 B
JSON
Raw Normal View History

2020-10-04 07:54:51 -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-save-attachments",
"accessKey": "<!-- ACCESS KEY -->"
}