Hello All, I'm facing 2 issues when provision the ...
# general
w
Hello All, I'm facing 2 issues when provision the Azure API Management: The provision is really take time and the Azure DevOps and Pulumi got timeout however, the resource eventually created on Azure. So the state on Azure and Pulumi are not matched. The second issue I got is not able to specify the Consumption sku in the setting. Please help if you have any solution. Thanks and Have a good day to all.
s
best you can do is add a
customTimeouts
to your resources, since Pulumi has no control over how long the cloud provider will take to provision. In terms of syncing state, have you tried
pulumi refresh
?
not able to specify the Consumption sku in the setting
Can you elaborate on this a bit more?
w
Hi @steep-toddler-94095 Thanks for your reply. I'm able to provision the API management now. However, still not able to specify the Consumption tier from pulumi.
s
hey sorry for the late reply! I don't work at Pulumi but if this is a feature they don't yet offer, you are encouraged to create a feature request issue in github!
👍 1