-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Server Error when creating Azure Cosmos DB for PostgreSQL Cluster #3573
Comments
Thanks for the question @AdelinaK. Moving this to the Azure Native repository and someone will take a look and get back to you soon. |
Hi @AdelinaK, it seems that this functionality was added to the Azure API spec in a later API version. Therefore, our docs and the default |
As suggested, I tried to use the
|
That's unfortunate. This error comes from Azure and indicates a bug in their service. If you can share the Pulumi code creating the |
Sure.
pulumi version 3.132.0 |
I don't see an issue with your cluster definition. An internal server error is a bug in the Azure service. In case the problem is an invalid cluster definition and they're just not validating it properly, I suggest investigating if your cluster definition is correct. There are some examples here. |
Hello. I am using Pulumi with Python.
I want to deploy an
Azure Cosmos DB for PostgreSQL Cluster
.I am using
azure-native.dbforpostgresql.Cluster
. I was able to create the resource but I don't see any support to change the Authentication settings to accept Entra ID Authentication. Is this feature missing or is there another way/package I can use?I would like to stick with the Cluster, even if I see the property available in
azure-native.dbforpostgresql.Server
.Thanks in advance!
The text was updated successfully, but these errors were encountered: