sp-dev-fx-webparts/samples/react-poll/config/deploy-azure-storage.json
Harsh Bhavsar 6c46084e15
Create React Poll Webpart
Create a new webpart React Poll
2024-03-02 21:51:30 +05:30

7 lines
257 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./release/assets/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-poll",
"accessKey": "<!-- ACCESS KEY -->"
}