We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd4ca5 commit 84dbce9Copy full SHA for 84dbce9
azure.yaml
@@ -1,6 +1,17 @@
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2
3
name: copilot-that-jawn
4
+infrastructure:
5
+ parameters:
6
+ domainApex:
7
+ default: "copilotthatjawn.com"
8
+ domainWww:
9
+ default: "www.copilotthatjawn.com"
10
+ certificateName:
11
+ default: "copilotthatjawn.com-cae-uanp-250608192822"
12
+ wwwCertificateName:
13
+ default: "www.copilotthatjawn.com-cae-uanp-250608193349"
14
+
15
services:
16
app:
17
language: dotnet
0 commit comments