-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure.yaml
More file actions
31 lines (31 loc) · 719 Bytes
/
azure.yaml
File metadata and controls
31 lines (31 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# azure.yaml — Azure Developer CLI manifest (placeholder for vNext)
name: prompt-babbler
metadata:
template: prompt-babbler@0.0.1
hooks:
preprovision:
shell: sh
run: ./infra/hooks/preprovision.sh
windows:
shell: pwsh
run: ./infra/hooks/preprovision.ps1
services:
api:
host: containerapp
language: dotnet
project: ./prompt-babbler-service/src/Api
docker:
path: ./Dockerfile
context: ../../
mcp-server:
host: containerapp
language: dotnet
project: ./prompt-babbler-service/src/McpServer
docker:
path: ./Dockerfile
context: ../../
frontend:
project: ./prompt-babbler-app
language: js
host: staticwebapp
dist: dist