sp-dev-fx-webparts/samples/react-dall-e-image-generation/config/deploy-azure-storage.json

7 lines
276 B
JSON

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