Hi all, we have setup: serverless azure functions with c# pulumi automation API and we use it to deploy cosmosDBs. We orchestrate process with durable functions. And it just works. However when we try to destroy stack, we observe weird behavior, that when azf API is heated (ex. we run dummy timer trigger), everything works fine, but if azf goes in cold state before orchestration is finished, it fails with random exceptions (mostly lacking dotnet sdk but there are others too). In the end it removes cosmosdb but pulumi doesn't verify it correctly. Did you see such behavior before?