We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f787512 commit 5280595Copy full SHA for 5280595
azure.yaml
@@ -1,21 +1,10 @@
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2
3
name: multi-agent-custom-automation-engine-solution-accelerator
4
-# metadata:
5
-# template: [email protected]
6
-# services:
7
-# backend:
8
-# project: src/backend
9
-# host: containerapp
10
-# language: python
11
-# docker:
12
-# path: Dockerfile
13
-# frontend:
14
-# project: src/frontend
15
16
17
18
+parameters:
+ baseUrl:
+ type: string
+ default: 'https://github.com/TravisHilbert/Modernize-your-code-solution-accelerator'
19
deployment:
20
mode: Incremental
21
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
0 commit comments