-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathazure.yaml
More file actions
27 lines (25 loc) · 813 Bytes
/
azure.yaml
File metadata and controls
27 lines (25 loc) · 813 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
# This is an example starter azure.yaml file containing several example services in comments below.
# Make changes as needed to describe your application setup.
# To learn more about the azure.yaml file, visit https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/azd-schema
# Name of the application.
metadata:
template: entities-python
name: dts-entities
infra:
path: ../../../infra
services:
client:
project: .
language: python
host: containerapp
apiVersion: 2025-01-01
docker:
path: ./Dockerfile.client
worker:
project: .
language: python
host: containerapp
apiVersion: 2025-01-01
docker:
path: ./Dockerfile.worker