sp-dev-fx-webparts/samples/react-news/config/deploy-azure-storage.json
ReactIntern 0fdb58fa6e Initial Push
Pushing React-News to main
2021-09-22 18:12:42 -04:00

7 lines
262 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-news-webpart",
"accessKey": "<!-- ACCESS KEY -->"
}