2017-08-07 09:59:08 -04:00
|
|
|
{
|
2019-03-09 05:33:33 -05:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
2017-08-07 09:59:08 -04:00
|
|
|
"workingDir": "./temp/deploy/",
|
|
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
|
|
"container": "react-app-settings",
|
|
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
|
|
}
|