You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/LOCAL_DEPLOYMENT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ poetry run func start
207
207
Or use the [Azure Functions VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions).
208
208
209
209
#### Debugging the batch processing functions locally
210
-
Rename the file `local.settings.json.sample` in the `batch` folder to `local.settings.json` and update the `AzureWebJobsStorage` value with the storage account connection string.
210
+
Rename the file `local.settings.json.sample` in the `batch` folder to `local.settings.json` and update the `AzureWebJobsStorage__accountName` value with the storage account name.
211
211
212
212
Copy the .env file from [previous section](#local-debugging) to the `batch` folder.
213
213
@@ -287,7 +287,7 @@ Execute the above [shell command](#L81) to run the function locally. You may nee
287
287
|AZURE_SPEECH_SERVICE_KEY || The key of the Azure Speech service|
288
288
|AZURE_SPEECH_SERVICE_NAME || The name of the Azure Speech service|
289
289
|AZURE_SPEECH_SERVICE_REGION || The region (location) of the Azure Speech service|
290
-
|AzureWebJobsStorage||The connection string to the Azure Blob Storage for the Azure Functions Batch processing|
290
+
|AzureWebJobsStorage__accountName||The name of the Azure Blob Storage account for the Azure Functions Batch processing|
291
291
|BACKEND_URL||The URL for the Backend Batch Azure Function. Use http://localhost:7071 for local execution|
292
292
|CONVERSATION_FLOW | custom | Chat conversation type: custom or byod (Bring Your Own Data)|
293
293
|DATABASE_TYPE | PostgreSQL | The type of database to deploy (cosmos or postgres)|
0 commit comments