This message was deleted.
# azure
s
This message was deleted.
b
m
this I can do, but I cannot find any example or documentation on pulumi for using pulumi for this
b
It's possible we don't have an example on this yet
m
@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
@magnificent-television-29869 Are you using a CDN managed certificate or are you bringing in your own certificate?
m
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
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
I didnt actually find that result, but thanks Ill look into it