looking for documenation on the powerserver c# objects.
specifically, the details on : AddPowerServerAppConfig
what i want to do is use my own code to build the connection strings for powerserver (many databases/servers) so i can use a username/password that i store in azure key vault for production. That allows for things like password rotation.
Ideally i could use my own tables for getting the server/database name rather than PowerServer_ConnectionConfig table that is built in.
Is this possible with the current powerserver R3 c# objects?
I do this sort of things already for my own web api's i built with c#, but i have no idea how powerserver connects to the databases.