Files
FullWidthSection/config/deploy-azure-storage.json
Torsten Brendgen 0b3f831174 Initial commit
2026-04-13 10:59:34 +02:00

7 lines
271 B
JSON

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