Azure / ServiceConnector

Questions, feedback and samples for Service Connector service.
MIT License
1 stars 4 forks source link

Creating service connector using bicep does not create database user for Microsoft.DBforPostgreSQL/flexibleServers #8

Open vaspopcedoc opened 1 week ago

vaspopcedoc commented 1 week ago

Creating service connector using bicep does not create user for resource Microsoft.DBforPostgreSQL/flexibleServers

LianwMS commented 4 days ago

It's by design. CLI can create database use: Related Doc

vaspopcedoc commented 4 days ago

It's by design. CLI can create database use: Related Doc

Ok, to bad its limited to that. It would have been great to have the ability to create an application user using bicep, (not using deploymentscripts), since creating an administrator on postgres-resources is possible.

LianwMS commented 2 days ago

It's by design. CLI can create database use: Related Doc

Ok, to bad its limited to that. It would have been great to have the ability to create an application user using bicep, (not using deploymentscripts), since creating an administrator on postgres-resources is possible.

Server side have some limitation. So we implement it in Service Connector CLI... Related Doc