File tree Expand file tree Collapse file tree 5 files changed +113
-8
lines changed
specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview Expand file tree Collapse file tree 5 files changed +113
-8
lines changed Original file line number Diff line number Diff line change 714
714
}
715
715
}
716
716
},
717
+ "CustomDomainConfiguration" : {
718
+ "type" : " object" ,
719
+ "description" : " Configuration properties for apps environment custom domain" ,
720
+ "properties" : {
721
+ "customDomainVerificationId" : {
722
+ "description" : " Id used to verify domain name ownership" ,
723
+ "type" : " string" ,
724
+ "readOnly" : true
725
+ },
726
+ "dnsSuffix" : {
727
+ "type" : " string" ,
728
+ "description" : " Dns suffix for the environment domain" ,
729
+ "x-ms-mutability" : [
730
+ " create" ,
731
+ " read"
732
+ ]
733
+ },
734
+ "certificateValue" : {
735
+ "format" : " byte" ,
736
+ "description" : " PFX or PEM blob" ,
737
+ "type" : " string" ,
738
+ "x-ms-secret" : true
739
+ },
740
+ "certificatePassword" : {
741
+ "format" : " byte" ,
742
+ "description" : " Certificate password" ,
743
+ "type" : " string" ,
744
+ "x-ms-secret" : true
745
+ },
746
+ "expirationDate" : {
747
+ "format" : " date-time" ,
748
+ "description" : " Certificate expiration date." ,
749
+ "type" : " string" ,
750
+ "readOnly" : true
751
+ },
752
+ "thumbprint" : {
753
+ "description" : " Certificate thumbprint." ,
754
+ "type" : " string" ,
755
+ "readOnly" : true
756
+ },
757
+ "subjectName" : {
758
+ "description" : " Subject name of the certificate." ,
759
+ "type" : " string" ,
760
+ "readOnly" : true
761
+ }
762
+ }
763
+ },
717
764
"ManagedEnvironment" : {
718
765
"description" : " An environment for hosting container apps" ,
719
766
"type" : " object" ,
788
835
" create" ,
789
836
" read"
790
837
]
838
+ },
839
+ "customDomainConfiguration" : {
840
+ "$ref" : " #/definitions/CustomDomainConfiguration" ,
841
+ "description" : " Custom domain configuration for the environment"
791
842
}
792
843
},
793
844
"x-ms-client-flatten" : true
Original file line number Diff line number Diff line change 14
14
"sharedKey" : " string"
15
15
}
16
16
},
17
- "zoneRedundant" : true
17
+ "zoneRedundant" : true ,
18
+ "customDomainConfiguration" : {
19
+ "dnsSuffix" : " www.my-name.com" ,
20
+ "certificateValue" : " PFX-or-PEM-blob" ,
21
+ "certificatePassword" : " private key password"
22
+ }
18
23
}
19
24
}
20
25
},
35
40
"customerId" : " string"
36
41
}
37
42
},
38
- "zoneRedundant" : true
43
+ "zoneRedundant" : true ,
44
+ "customDomainConfiguration" : {
45
+ "customDomainVerificationId" : " custom domain verification id" ,
46
+ "dnsSuffix" : " www.my-name.com" ,
47
+ "subjectName" : " CN=www.my-name.com" ,
48
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
49
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
50
+ }
39
51
}
40
52
}
41
53
},
55
67
"customerId" : " string"
56
68
}
57
69
},
58
- "zoneRedundant" : true
70
+ "zoneRedundant" : true ,
71
+ "customDomainConfiguration" : {
72
+ "customDomainVerificationId" : " custom domain verification id" ,
73
+ "dnsSuffix" : " www.my-name.com" ,
74
+ "subjectName" : " CN=www.my-name.com" ,
75
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
76
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
77
+ }
59
78
}
60
79
}
61
80
}
Original file line number Diff line number Diff line change 18
18
"deploymentErrors" : null ,
19
19
"defaultDomain" : " jlaw-demo1.k4apps.io" ,
20
20
"staticIp" : " 20.42.33.145" ,
21
- "zoneRedundant" : true
21
+ "zoneRedundant" : true ,
22
+ "customDomainConfiguration" : {
23
+ "customDomainVerificationId" : " custom domain verification id" ,
24
+ "dnsSuffix" : " www.my-name.com" ,
25
+ "subjectName" : " CN=www.my-name.com" ,
26
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
27
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
28
+ }
22
29
}
23
30
}
24
31
}
Original file line number Diff line number Diff line change 20
20
"defaultDomain" : " jlaw-demo1.k4apps.io" ,
21
21
"staticIp" : " 20.42.33.145" ,
22
22
"appLogsConfiguration" : null ,
23
- "zoneRedundant" : true
23
+ "zoneRedundant" : true ,
24
+ "customDomainConfiguration" : {
25
+ "customDomainVerificationId" : " custom domain verification id" ,
26
+ "dnsSuffix" : " www.my-name.com" ,
27
+ "subjectName" : " CN=www.my-name.com" ,
28
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
29
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
30
+ }
24
31
}
25
32
},
26
33
{
35
42
"defaultDomain" : " demo1.k4apps.io" ,
36
43
"staticIp" : " 52.142.21.61" ,
37
44
"appLogsConfiguration" : null ,
38
- "zoneRedundant" : true
45
+ "zoneRedundant" : true ,
46
+ "customDomainConfiguration" : {
47
+ "customDomainVerificationId" : " custom domain verification id" ,
48
+ "dnsSuffix" : " www.my-name2.com" ,
49
+ "subjectName" : " CN=www.my-name2.com" ,
50
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
51
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
52
+ }
39
53
}
40
54
}
41
55
]
Original file line number Diff line number Diff line change 19
19
"defaultDomain" : " jlaw-demo1.k4apps.io" ,
20
20
"staticIp" : " 20.42.33.145" ,
21
21
"appLogsConfiguration" : null ,
22
- "zoneRedundant" : true
22
+ "zoneRedundant" : true ,
23
+ "customDomainConfiguration" : {
24
+ "customDomainVerificationId" : " custom domain verification id" ,
25
+ "dnsSuffix" : " www.my-name.com" ,
26
+ "subjectName" : " CN=www.my-name.com" ,
27
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
28
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
29
+ }
23
30
}
24
31
},
25
32
{
34
41
"defaultDomain" : " demo1.k4apps.io" ,
35
42
"staticIp" : " 52.142.21.61" ,
36
43
"appLogsConfiguration" : null ,
37
- "zoneRedundant" : true
44
+ "zoneRedundant" : true ,
45
+ "customDomainConfiguration" : {
46
+ "customDomainVerificationId" : " custom domain verification id" ,
47
+ "dnsSuffix" : " www.my-name2.com" ,
48
+ "subjectName" : " CN=www.my-name2.com" ,
49
+ "expirationDate" : " 2022-11-06T04:00:00Z" ,
50
+ "thumbprint" : " CERTIFICATE_THUMBPRINT"
51
+ }
38
52
}
39
53
}
40
54
]
You can’t perform that action at this time.
0 commit comments