sp-dev-fx-webparts/samples/react-twitter/config/deploy-azure-storage.json
Alex Terentiev d7d473f3ee React twitter (#1118)
* React Twitter Timeline web part

* typo in readme
2020-02-10 11:34:03 +02:00

7 lines
257 B
JSON

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