sparse-intern-71089
12/08/2022, 2:17 AMclever-sunset-76585
12/08/2022, 2:32 AMManagedEnvironment
resource. The runtimeSubnetId
property is not used. Essentially, all your container apps will run in the infrastructureSubnetId
for that environment. See https://github.com/microsoft/azure-container-apps/issues/374.clever-sunset-76585
12/08/2022, 2:42 AM1.80.0
at the time. You said the same setup worked for you a few days ago, which provider version did you use then?fast-vr-6049
12/08/2022, 6:21 PMruntimeSubnetId
! This issue is presenting even from a complete rebuild of all the resources in the project, sadly. I can manually intervene and create the TXT record using the verification ID that the error response contains, so worst-case scenario, you can do that too, until the issue is resolved.
This behaviour was working on Azure Native provider version 1.83.1
as of ~1 month agofast-vr-6049
12/08/2022, 6:28 PM1.85.0
. I also noticed I'm out of date on that provider, trying again with 1.88.1
clever-sunset-76585
12/08/2022, 6:45 PM1.85.0
, I feel it might not be an issue with the provider or Pulumi. I think there was a Pulumi SDK bump with that version so any behavior changes should have affected your first time execution too. The Pulumi SDK that the provider depends upon was again bumped in the next patch version. So I am really curious if 1.88.1
fixes it for you.fast-vr-6049
12/08/2022, 6:46 PMfast-vr-6049
12/08/2022, 6:47 PMclever-sunset-76585
12/08/2022, 6:49 PMI updated the issue report with this information too. I wonder if, in the meantime, I could wrap the Container App resource creation with a try-catch and grab the verification ID from the error message?Hmm I don't think you could do that. Even if it worked, you'd still have to re-run your infrastructure app because the creation of the container app would have failed. It will likely get a bit hacky after that.
clever-sunset-76585
12/09/2022, 6:45 AMclever-sunset-76585
12/12/2022, 8:10 PM