I have an odd problem with the AzureNative api. I ...
# azure
e
I have an odd problem with the AzureNative api. I have to: • create a custom binding • Generate an SSL • Update the existing binding (this is where the trouble starts), the existing binding can't be updated after the fact. ◦ If I delete the binding and re-run, it creates the second one fine. ◦ I can't work out how to do this natively in pulumi, I don't think it supports deleting resources during the UP stage • according to this using arm templates, you can "overwrite" the existing resource, but I can't see how this is supported in Pulumi. Any suggestions would be appreciated