sparse-intern-71089
11/10/2023, 7:53 AMcreamy-knife-93354
11/10/2023, 9:29 AMEndpointCustomDomain
from Azure Classic.
var customDomain = new Pulumi.Azure.Cdn.EndpointCustomDomain(
// Name + 7 random chars can be max 24
$"frontend-domain", new()
{
CdnEndpointId = endpoint.Id,
HostName = customDomainString,
CdnManagedHttps = new EndpointCustomDomainCdnManagedHttpsArgs()
{
ProtocolType = "ServerNameIndication",
CertificateType = "Dedicated",
}
},
new CustomResourceOptions()
{
DependsOn = dnsRecord
});
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by