sp-dev-fx-webparts/samples/react-birthdays/config/deploy-azure-storage.json
Milan Holemans 6c73fc148b Typo fixes
2022-04-06 01:19:04 +02:00

8 lines
262 B
JSON

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