thub.users.profile.tabs.comments.personalized


HI Shiva,

Not as a secret.
Because we want this configmap(with multiple key/value pairs) to be saved as a app.config file on the target container.
So that our application can access it.

Is it possible, if we create it as a secret.?
And I guess, secret will hold only one key/value pair

but it is not secure enough to store everything in configmap I guess. Is there anyway to link it to azure vault or anywhere and convert it inside container as a single config file?

Yes, after database creation

We are creating aks cluster and postgres private vnet flexible server as part of terraform template. At the end we are creating a database also as in this question. Is there anything you can suggest to do initial database configuration like table creation and also deployment of helm charts to the cluster.?

I didn't want to start the conversation from scratch again and waste the time with same set of questions and answers. Let the other community members reply atleast if you are not willing to provide solution for this.

The database creatwd above will be a private vnet one. So it is not directly accessible with azure devops pipelines also. Please suggest alternative to create table using any automated way after database creation

How to access this private vnet connected database from any automation? Even azure devops doesn't connect to it. Correct me if I am wrong

It is not related to the one i asked.

I didn't get any proper resolution for my last question. How to create table in the database created by terraform which is also in priv vnet. Any solution in azure devops atleast

I am asking how to do the same with azure devops or any other cicd.

Private vnet postgres DBS are not accessible directly with your azure devops also

even the sample provided here also getting same issue:

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/postgresql_flexible_server_database

you can check from your end also

I comment it because it is giving error as I mentioned in the first message of this post. I don't know why you repeatedly just asking the same set of questions. May be just to waste the time or just delay it so that I would simply delete the post at the end without any resolution.

Just try with the example given in the official documentation as I shared earlier in this link.

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/postgresql_flexible_server_database



Here also getting the same error and this is for flexible server and flexible database. If this is searching for single server then you need to fix it why it is doing that way.

i have a different account where we raised a service ticket, enterprise one, there also no proper resolution

Getting the same error even if I remove the database resource and keep only flexible server part.

Keeping it as loadbalancer will make it expose to internet directly. But we need it restricted and accessible only through application gateway.