-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.yaml
34 lines (30 loc) · 1.08 KB
/
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
# 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.
name: azure-rambi
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.
gui:
language: python
project: src/azurerambi
host: containerapp
docker:
remoteBuild: true
movie_poster_svc:
language: python
project: src/movie_poster_svc
host: containerapp
docker:
remoteBuild: true
movie_generator_svc:
language: python
project: src/movie_generator_svc
host: containerapp
docker:
remoteBuild: true