12 lines
304 B
YAML
12 lines
304 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
|
|
|
|
name: azure-bot
|
|
services:
|
|
api:
|
|
project: src/api
|
|
host: containerapp
|
|
language: python
|
|
docker:
|
|
path: dockerfile
|
|
remoteBuild: true
|