generated from devkimchi/devcontainers-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 3
/
azure.yaml
34 lines (30 loc) · 853 Bytes
/
azure.yaml
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
32
33
34
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: ignite-spotlight-demo
infra:
provider: "bicep"
path: "infra"
module: "main"
pipeline:
provider: "github"
# services:
# maps:
# project: './src/MapsApi'
# host: function
# language: csharp
# resourceName: fncapp-ignitekr2022-maps
# sms:
# project: './src/SmsFacadeApi'
# host: function
# language: csharp
# resourceName: fncapp-ignitekr2022-sms
# smsverify:
# project: './src/SmsVerifyFacadeApi'
# host: function
# language: csharp
# resourceName: fncapp-ignitekr2022-sms-verify
# web:
# project: './src/WebApp'
# host: staticwebapp
# language: csharp
# dist: 'bin/wwwroot'
# resourceName: sttapp-ignitekr2022