2020-11-20 11:09:58 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
2021-10-31 13:21:41 -04:00
|
|
|
"workingDir": "./release/assets/",
|
2020-11-20 11:09:58 -05:00
|
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
|
|
"container": "react-list-items-menu",
|
|
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
|
|
}
|