sp-dev-fx-webparts/samples/react-feature-framework/config/deploy-azure-storage.json

6 lines
162 B
JSON
Raw Normal View History

{
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-feature-framework",
"accessKey": "<!-- ACCESS KEY -->"
}