-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathazure.yaml
More file actions
24 lines (23 loc) · 807 Bytes
/
azure.yaml
File metadata and controls
24 lines (23 loc) · 807 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
# See https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/azd-schema for more information
# Name of the application.
name: az-ai-devcontainer
hooks:
postprovision:
shell: sh
run: ./infra/hooks/postprovision.sh
interactive: false
continueOnError: false
#services:
## An example for a python API service.
## The service is named 'app'.
## The language is 'python'.
## The source code is located in the ./src directory (relative to azure.yaml).
## The service will be hosted on Azure Container Apps.
## A Docker file is available to build the image.
# app:
# language: python
# project: ./src
# host: containerapp
# docker:
# path: ./Dockerfile