File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,22 +4,28 @@ metadata:
44
55requiredVersions :
66 azd : ' >= 1.18.0 != 1.23.9'
7- bicep : ' >= 0.33.0'
87
98parameters :
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
Original file line number Diff line number Diff line change @@ -49,5 +49,6 @@ opentelemetry-sdk==1.40.0
4949opentelemetry-api == 1.40.0
5050opentelemetry-semantic-conventions == 0.61b0
5151opentelemetry-instrumentation == 0.61b0
52+ opentelemetry-instrumentation-fastapi == 0.61b0
5253azure-monitor-opentelemetry == 1.8.7
53- azure-ai-projects == 2 .0.1
54+ azure-ai-projects == 1 .0.0b12
You can’t perform that action at this time.
0 commit comments