demo-python/code/indexers/document-intelligence-custom-skill/azure.yaml (12 lines of code) (raw):
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: custom-embeddings
services:
api:
project: ./api/functions
language: python
host: function
hooks:
postdeploy:
shell: pwsh
run: ./scripts/setup_search_service.ps1
interactive: true
continueOnError: false