Skip to content

Commit 0e95b72

Browse files
committed
Configure Azure Developer Pipeline
1 parent cd1cf07 commit 0e95b72

File tree

3 files changed

+801
-7
lines changed

3 files changed

+801
-7
lines changed

infra/main.parameters.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
}
1919
]
20-
},
20+
},
2121
"environmentName": {
2222
"value": "${AZURE_ENV_NAME}"
2323
},
@@ -28,9 +28,6 @@
2828
"value": "${AZURE_ENV_OPENAI_LOCATION}"
2929
},
3030
"modelDeploymentType": {
31-
"value": "${AZURE_ENV_MODEL_DEPLOYMENT_TYPE}"
32-
},
33-
"gptModelName": {
3431
"value": "${AZURE_ENV_MODEL_NAME}"
3532
},
3633
"gptModelVersion": {
@@ -45,8 +42,8 @@
4542
"imageTag": {
4643
"value": "${AZURE_ENV_IMAGE_TAG}"
4744
},
48-
"enableTelemetry": {
49-
"value": "${AZURE_ENV_ENABLE_TELEMETRY}"
45+
"useWafAlignedArchitecture": {
46+
"value": "${USE_WAF_ALIGNED_ARCHITECTURE}"
5047
},
5148
"existingLogAnalyticsWorkspaceId": {
5249
"value": "${AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID}"

src/frontend/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"
7-
dependencies = []
7+
dependencies = [
8+
"azure-identity>=1.23.1",
9+
"fastapi>=0.116.1",
10+
"jinja2>=3.1.6",
11+
"python-dotenv>=1.1.1",
12+
"python-multipart>=0.0.20",
13+
"uvicorn[standard]>=0.35.0",
14+
]

0 commit comments

Comments
 (0)