Skip to content

Commit c7c776c

Browse files
updated the packages version
1 parent 114c038 commit c7c776c

6 files changed

Lines changed: 794 additions & 830 deletions

File tree

azure.yaml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,28 @@ metadata:
44

55
requiredVersions:
66
azd: '>= 1.18.0 != 1.23.9'
7-
bicep: '>= 0.33.0'
87

98
parameters:
10-
AzureAiServiceLocation:
9+
azureAiServiceLocation:
1110
type: string
1211
default: japaneast
13-
Prefix:
14-
type: string
15-
default: azdtemp
16-
baseUrl:
17-
type: string
18-
default: 'https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
19-
deployment:
20-
mode: Incremental
21-
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
22-
parameters:
23-
AzureAiServiceLocation: ${{ parameters.AzureAiServiceLocation }}
24-
Prefix: ${{ parameters.Prefix }}
25-
baseUrl: ${{ parameters.baseUrl }}
12+
13+
services:
14+
backend:
15+
project: ./src/backend
16+
host: containerapp
17+
language: python
18+
docker:
19+
path: Dockerfile
20+
remoteBuild: true
21+
frontend:
22+
project: ./src/frontend
23+
host: containerapp
24+
language: js
25+
docker:
26+
path: Dockerfile
27+
remoteBuild: true
28+
29+
infra:
30+
provider: bicep
31+
path: infra

src/backend/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ opentelemetry-sdk==1.40.0
4949
opentelemetry-api==1.40.0
5050
opentelemetry-semantic-conventions==0.61b0
5151
opentelemetry-instrumentation==0.61b0
52+
opentelemetry-instrumentation-fastapi==0.61b0
5253
azure-monitor-opentelemetry==1.8.7
53-
azure-ai-projects==2.0.1
54+
azure-ai-projects==1.0.0b12

0 commit comments

Comments
 (0)