https://pulumi.com logo
#azure
Title
# azure
m

magnificent-television-29869

03/17/2021, 2:40 PM
Is there currently no way to enable ssl on a cdn customdomain without a FrontDoor endpoint ?
b

brave-planet-10645

03/17/2021, 2:53 PM
m

magnificent-television-29869

03/17/2021, 2:54 PM
this I can do, but I cannot find any example or documentation on pulumi for using pulumi for this
b

brave-planet-10645

03/17/2021, 4:37 PM
It's possible we don't have an example on this yet
m

magnificent-television-29869

03/18/2021, 8:34 AM
@brave-planet-10645 I cant find anything in the api, eg. going through the respective classes for a cdn customdomain, but if its possible, I would LOVE to be pointed in the right direction
b

brave-planet-10645

03/18/2021, 10:33 AM
@magnificent-television-29869 Are you using a CDN managed certificate or are you bringing in your own certificate?
m

magnificent-television-29869

03/18/2021, 10:34 AM
i want to use managed certificates
I tried to do this through cdn Secret with ManagedCertificateParametersArgs, just to get an error saying I cant perform actions on a Managed Certificate
b

brave-planet-10645

03/18/2021, 10:46 AM
So it doesn't look like you can with Pulumi because it's not something you can do with ARM templates. However, a bit of Googling brings up this issue and also this answer on Stack Overflow, both of which suggest that you can do it by making a POST request to an HTTP endpoint, which is something you can do with Pulumi in the same way you'd make a request with the programming language you're using
m

magnificent-television-29869

03/18/2021, 10:55 AM
I didnt actually find that result, but thanks Ill look into it
3 Views