-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.yaml
26 lines (24 loc) · 811 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: azure-ai-search-website-crawler
metadata:
template: azd-init@1.11.0
# AZD is not yet support Azure Container App Job service so we deploy it manually
# services:
# job:
# project: app/AzureAiSearchWebsiteCrawler
# host: containerapp
# language: dotnet
# docker:
# path: Dockerfile
hooks:
postprovision:
windows:
shell: pwsh
continueOnError: false
interactive: true
run: ./scripts/Deploy-AzureContainerAppJob.ps1
posix:
shell: sh
continueOnError: false
interactive: true
run: ./scripts/deploy-azure-container-app-job.sh