https://pulumi.com logo
Title
l

limited-carpenter-34991

08/30/2021, 10:41 AM
Hi everyone, where do i find the feature about automatic tls in azure native which we find here: https://www.pulumi.com/blog/hosting-a-static-website-on-azure-with-pulumi/
// This will enable HTTPS through Azure's one-click automated certificate deployment.
    // The certificate is fully managed by Azure from provisioning to automatic renewal
    // at no additional cost to you.
    httpsEnabled: true,
In azure nativce the customdomain objects has no httpsEnabled property.
t

tall-librarian-49374

08/31/2021, 7:15 AM
It’s not supported by either of our providers AFAIK, that’s why that article relies on a dynamic provider (can be seen here: https://github.com/pulumi/examples/blob/master/classic-azure-ts-dynamicresource/cdnCustomDomain.ts#L178)
l

limited-carpenter-34991

08/31/2021, 12:08 PM
Ok thx.