Connecting to Pega database on SQL Server from AKS using domain account
Hi All,
We have deployed the Pega 8.6.2 on AKS. Currently, it is using SQL server authentication method to connect to database. We need to connect to database using domain id as per the standard being followed at client side. AKS platform is having Linux nodes and SQL server is running on VM with Windows OS.
Please let me know if anyone has implemented the Managed Service Identity to connect to SQL servers from AKS platform? If anyone has done then let me know the steps or document I can refer to do that.