Connecting to Azure Elastic Job Database
The Login Screen allows users to connect to an Azure SQL database where elastic jobs are configured. Users need to provide login details with minimum permissions to manage elastic jobs. The authentication method used is SQL Server Authentication.

Connection Details
- Server Name - Enter the server name of your Azure SQL elastic job database in the Server namefield.
 
- Enter the server name of your Azure SQL elastic job database in the 
- Authentication - Select SQL Server Authenticationfrom the dropdown menu.
- Enter your username in the User namefield.
- Enter your password in the Passwordfield.
- Optionally, check the ‘Remember password’ box if you want the application to remember your login credentials.
- Click on Options.
- Under Connection Properties, ensure that:- Encrypt connectionis checked if you want to encrypt data sent between your application and SQL Database over the network.
- Trust server certificateis checked if you trust your server’s SSL certificate and want to bypass verification.
- Connection Timeoutis the timeout period (in seconds) during which a connection attempt will be made before it’s terminated.
 
 
- Select 
-  Job Database – Specify the name of the elastic job database. 
-  Use user-assigned managed identity credentialsoption will use UMI credentials to authenticate target databases during job executions. Check this option only if you have enabled user assgined managed identity in Elastic jobs in Azure portal.
- Click Nextto Connect.
Ensure that permissions are set up appropriately, adhering to the principle of least privilege, granting only necessary permissions needed for elastic job operations.