Connecting to Microsoft Azure Databases

Microsoft Azure is a cloud computing service that manages applications and services through Microsoft data centers. It provides a wide range of services that include data computing, analysis, storage, and networking.

Microsoft Azure is mostly used for hosting relational databases in the cloud. Astera provides native connectivity to these databases. Data can be retrieved from and written to Azure databases through various database objects in Centerprise such as Database Table Source, Database Table Destination, Database Lookup, SQL Query Lookup, SQL script task in a workflow, and Database Write Strategies.

Astera Centerprise provides connectivity to the following Microsoft Azure databases:

  • MySQL

  • PostgreSQL

  • SQL Server

  • MariaDB

All of them can be connected by following the same steps in Astera:

Note: To configure a Microsoft Azure database, you need to provide the IP Address of the system you are connecting from on your Microsoft Azure Portal.

Steps: Azure Portal > Main Menu > SQL Server > Select Registered Server > Security > Firewalls and Virtual Networks > Allow Access > Provide IP Address

Steps to Connect to Microsoft Azure Databases in Astera Centerprise

In this example, we will connect with an SQL Server database in Microsoft Azure through the Database Table Source object in Astera Centerprise.

To learn more about a Database Table Source object, click here.

  1. Go to the Properties of Database Table Source object by right-clicking on the object’s header, and selecting Properties from the context menu. This will open the Database Connection window on your screen.

  1. Here, you will find a drop-down list next to the Data Provider option.

Select SQL Server as your data provider from the list.

  1. Now, enter the credentials for your SQL Server database account in Microsoft Azure.

The credentials required are:

  • User ID

  • Password

  • Server Name

  • Database

  • Schema

  • Port

  1. Test Connection to ensure the database connection is successful, and click OK.

The connection to the SQL Server database in Microsoft Azure has been successfully established. You can now pick a source table on the next screen from the Microsoft Azure database and use that data in your dataflow in Astera.

To learn more about how to pick a table from a database source and specify other data reading options, click here.

You can also connect to MySQL, PostgreSQL, and MariaDB databases in Microsoft Azure by following the same steps as for any database object in Astera.

This concludes connecting to Microsoft Azure databases in Astera.

Last updated