This message was deleted.
# azure
s
This message was deleted.
t
You’d have to import-update-delete from state…
Why do you want to update it with Pulumi then? Why not Azure CLI or something, if that’s a one-time operation.
m
It's part of a deployment in Pulumi, so I'm creating the certificate object in Pulumi and need the DNS record to validate it
I guess I could have the C# call the rest API, but can I get that to depend on the certificate order being created first using Apply?
t
Yes, it should be possible with
Apply