Files
Megamenu/config/deploy-azure-storage.json
Torsten Brendgen bc1258ae76 Initial commit
2026-04-13 10:26:01 +02:00

7 lines
253 B
JSON

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