sp-dev-fx-webparts/samples/react-dev-radar/config/deploy-azure-storage.json
SharePoint Academy fe7409419a
Sample Dev-Radar integrated with GitHub (#1164)
Co-authored-by: Saulo Oliveira <sauslash@hotmail.com>
2020-03-09 20:23:56 +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": "dev-radar",
"accessKey": "<!-- ACCESS KEY -->"
}