forked from microsoft/azurechat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure.yaml
20 lines (19 loc) · 884 Bytes
/
azure.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: azurechat
metadata:
template: [email protected]
services:
frontend:
project: ./src
language: ts
host: appservice
hooks:
postdeploy:
posix:
shell: sh
run: echo -e "\n\033[0;36mTo complete the application setup you will need to configure an identity provider\033[0m\n(see the "Production App Setup" documentation at https://github.com/microsoft/azurechat/blob/main/docs/5-add-identity.md)\n"
interactive: true
continueOnError: false
windows:
shell: pwsh
run: Write-Host "`nTo complete the application setup you will need to configure an identity provider`n(see the 'Production App Setup' documentation at https://github.com/microsoft/azurechat/blob/main/docs/5-add-identity.md)`n" -ForegroundColor Cyan