Update bicep add azure.yaml scripts

This commit is contained in:
Jon Gallant
2022-12-09 16:03:04 -08:00
parent 45ad9ed83f
commit 5b86898d61
7 changed files with 24 additions and 362 deletions

View File

@@ -1,8 +1,11 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/wbreza/azure-dev/main/schemas/v1.0/azure.yaml.json
name: eShopOnWeb
services:
web:
project: ./src/Web
language: csharp
host: appservice
web:
project: ./src/Web
language: csharp
host: appservice
scripts:
postprovision:
path: './scripts/setup-database.ps1'