sp-dev-fx-webparts/config/deploy-azure-storage.json
PathToSharePoint dbb43915e4 v 0.1.0
2022-02-21 17:55:05 -08:00

7 lines
274 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-cherry-picked-content",
"accessKey": "<!-- ACCESS KEY -->"
}