-
Notifications
You must be signed in to change notification settings - Fork 35
/
azure.yaml
34 lines (30 loc) · 961 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: hackers-ground-workshop
infra:
provider: "bicep"
path: "infra"
module: "main"
pipeline:
provider: "github"
# services:
# ## An example for a python API service.
# ## The service is named 'python-api'.
# ## The language is 'python'.
# ## The source code is located in the project (azure.yaml) directory.
# ## The service will be hosted on Azure App Service.
# python-api:
# language: python
# project: ./
# host: appservice
# ## An example for a NodeJS API, located in src/api.
# nodejs-api:
# language: js
# project: ./src/api
# host: appservice
# ## An example for a React front-end app.
# ## The src/react-app/build folder is where the app is built to after `npm run build`.
# react-web:
# language: js
# project: ./src/react-app
# host: appservice
# dist: build