Any updates on this issue? <https://github.com/pul...
# azure
p
Any updates on this issue? https://github.com/pulumi/pulumi-azure-native/issues/2496 We're seeing increased demand from our clients for ACA and would love to use Pulumi to provision the managed certs for custom domains. Right now I'm just doing the manual workaround to prevent deletion outlined in the GH issue.
Copy code
configuration: {
      ingress: {
        customDomains: [
          {
            bindingType: app.BindingType.SniEnabled,
            certificateId: '/subscriptions/<subID>/resourceGroups/<resourceGroupName>/providers/Microsoft.App/managedEnvironments/<manageEnvID>/managedCertificates/mydomain-managede-230605061818',
            name: 'mydomain'
          }
        ],
m
We don’t have any updates on it, unfortunately. Per the issue discussion, we feel that we’re blocked by Azure’s incorrect spec here. Although I haven’t checked if the latest version 2024-10-02-preview has improved.
p
No worries @melodic-tomato-39005 thanks for the reply! Hopefully they clean that up soon