Skip to content

Commit 19ccc74

Browse files
committed
trey
1 parent f343746 commit 19ccc74

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"azureFunctions.projectLanguage": "Python",
44
"azureFunctions.projectLanguageModel": 2,
55
"azureFunctions.projectRuntime": "~4",
6-
"azureFunctions.projectSubpath": "image_processing/src/image_processing",
76
"azureFunctions.pythonVenv": ".venv",
87
"azureFunctions.scmDoBuildDuringDeployment": true,
98
"debug.internalConsoleOptions": "neverOpen"

image_processing/src/image_processing/__init__.py

Whitespace-only changes.

image_processing/src/image_processing/local.settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"IsEncrypted": false,
33
"Values": {
44
"AIService__DocumentIntelligence__Endpoint": "<documentIntelligenceEndpoint>",
5+
"AzureWebJobsFeatureFlags": "EnableWorkerIndexing",
56
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
67
"FUNCTIONS_WORKER_RUNTIME": "python",
78
"OpenAI__ApiKey": "<openAIKey if using non managed identity>",

0 commit comments

Comments
 (0)