https://pulumi.com logo
Title
h

handsome-optician-50551

03/25/2020, 10:02 AM
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

tall-librarian-49374

03/25/2020, 10:04 AM
You can increase the timeout (if you are on Azure provider 2.x): https://www.pulumi.com/docs/intro/concepts/programming-model/#customtimeouts
h

handsome-optician-50551

03/25/2020, 10:05 AM
thank you