Hello, Im getting the following error: error: Erro...
# azure
h
Hello, Im getting the following error: error: Error waiting for creation/update of API Management Service "ddm-te-dev-2-ams" (Resource Group "ddm-te-dev-2-rg"): Future#WaitForCompletion: context has been cancelled: StatusCode=202 -- Original Error: context deadline exceeded. As I understand it the service takes to long to create resulting in my following api not being registered in the service and the pipeline throwing the error and failing. Is there a way to make it not exceed the deadline or increasing the deadline?
t
You can increase the timeout (if you are on Azure provider 2.x): https://www.pulumi.com/docs/intro/concepts/programming-model/#customtimeouts
h
thank you