mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
git-subtree-dir: samples/react-personal-greeting git-subtree-mainline: b0f72f0b0f9ced34725e9acc6a7fcc2930fd703f git-subtree-split: b74fadbcf18a07ebe352855f80708e275a62cdec
7 lines
267 B
JSON
7 lines
267 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-personal-greeting",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |