Closed fangjian0423 closed 1 year ago
PostgreSQL Flexible Server Passwordless can't created by terraform and bicep now.
PostgreSQL Single Server Passwordless support creating by terraform and bicep now.
So we may don't support passwordless this sprint, just use username and password on postgresql flexible server.
Now the todo-java-postgresql-aca template can work.
Architecture:
Next is make the template production ready.
Here is a step list:
We can avoid using deploymentscripts if we could use Service Connector to do the passwordless connection.
Unfortunately, Service Connector didn't support ARM tempalte/bicep now.
Notice that terraform azurerm now support PostgreSQL Flexible Server Passwordless.
Maybe terraform is more fit for us to do the infrastructure provisioning 😅
Close the issue because todo-java-postgresql-aca-terraform and todo-java-postgresql-terraform template run successfully.
Context
ADZ have 2 templates about Java language.
All of them store the todo data in mongodb.
Goal
We want to changed the mongodb to postgresql, and also using passwordless.
Solution
todo-java-mongo-aca
template