Skip to content

Commit 84ad5ed

Browse files
Craeted custom main.bicep file and azure.yaml file for local changes deployment
1 parent b0b6b28 commit 84ad5ed

4 files changed

Lines changed: 943 additions & 0 deletions

File tree

azure_custom.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: modernize-your-code-solution-accelerator
2+
metadata:
3+
template: modernize-your-code-solution-accelerator@1.0
4+
5+
requiredVersions:
6+
azd: '>= 1.18.0'
7+
8+
parameters:
9+
azureAiServiceLocation:
10+
type: string
11+
default: japaneast
12+
13+
services:
14+
backend:
15+
project: ./src/backend
16+
host: containerapp
17+
language: python
18+
frontend:
19+
project: ./src/frontend
20+
host: containerapp
21+
language: js
22+
23+
infra:
24+
provider: bicep
25+
path: infra

0 commit comments

Comments
 (0)