Official Support connecting to Azure SQL database without secrets using a managed identity

XMLWordPrintable

    • 4

      Enable passwordless connectivity to Azure SQL database from Confluence using Managed identity - Microsoft Entra authentication for SQL Server

      For example, when connecting to the AzureSQL database, use ActiveDirectoryMSI in the authentication parameter of the jdbc url string; MSI ensures only a dedicated server can connect to the corresponding database.

      jdbc.url=jdbc:sqlserver://**.database.windows.net:1433;database=confluence;authentication=ActiveDirectoryMSI;trustServerCertificate=true;encrypt=true;
      

            Assignee:
            Unassigned
            Reporter:
            Ojas Potdar (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: