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