@little-cartoon-10569 thanks for the suggestion. I unfortunately don't see that feature on my org account but let me try to describe the problem in short.
We are trying out Pulumi automation API in order to provision resources on Azure cloud and use self-managed backend with Azure blob storage.
After taking reference from
https://github.com/pulumi/automation-api-examples/tree/main/nodejs/pulumiOverHttp-ts, I wrote a similar program that deploys resources such as resource group, storage account, storage container and finally blob pages on Azure having Azure blob storage as Pulumi backend.
When I try to hit create or update endpoints, it is unable to create any of the resources but throws an error containing the message
failed to register new resource rg [azure:core/resourceGroup:ResourceGroup]: Resource monitor is terminating
and that seems to be a lot.