Hi Guys, I would like to perform an update operati...
# azure
d
Hi Guys, I would like to perform an update operation on PostgreSQL flexible but I get an error:
Copy code
Code="AvailabilityZoneNotAvailable" Message="Specified availability zone is not supported in this region. Please choose a different availability zone."
The problem is, it sends the PUT request, I would expect PATCH. I found the ticket: https://github.com/pulumi/pulumi-azure-native/issues/4 that they updated resources to support PATCH, but I don't see the PostgreSQL. Do you have a way to mitigate the issue ? Region change is not considered at the moment.
m
Hi Karol, that’s an Azure error that’s outside of Pulumi’s scope. Probably a capacity limit on their side.
d
Hi @melodic-tomato-39005 I'm not sure it is. Pulumi unnecessarily performs PUT but it could PATCH
m
Ah, so it’s trying to replace a resource that it could instead modify in place?
ah just saw your new issue 🙂
d
yes @melodic-tomato-39005. The issue created: https://github.com/pulumi/pulumi-azure-native/issues/3961
@melodic-tomato-39005 do you know if there is a way I could mitigate the issue ? Enforce the PATCH or other way ?