Azure: Installing On-premises data gateway
The on-premises data gateway provides quick and secure data transfer between on-premises data sources and Azure components. It acts as a bridge between onPremise and Azure Cloud. Currently, the gateway supports connections to the following data sources hosted on-premises:
- Azure Logic Apps
- Power BI
- Power Apps
- Power Automate
- Azure Analysis Services

Install Azure Data Gateway
- The query created by the Cloud service with the encrypted credentials for the on-premises data source (e.g. call to custom webservice, a call to read a file from onPremise server), will be sent to a queue for the gateway to process.
- The gateway cloud service analyzes the query and pushes the request to the Azure Service Bus.
- The on-premises data gateway polls the Azure Service Bus for pending requests.
- The gateway gets the query, decrypts the credentials, and connects to the data source with those credentials.
- The gateway sends the query to the data source for execution.
- The results are sent from the data source, back to the gateway, and then to the gateway cloud service. The gateway cloud service then uses the results.

Install data gateway
- Download and run the gateway installer on a local computer.
- After the installer opens, select Next.
- Select On-premises data gateway (recommended), which is standard mode, and then select Next.

- Review the minimum requirements, keep the default installation path, accept the terms of use, and then select Install.

- After the gateway successfully installs, provide the email address for your Azure account, and then select Next, for example:

Your gateway installation can link to only one Azure account.
- Select Register a new gateway on this computer > Next. This step registers your gateway installation with the gateway cloud service.

- Provide this information for your gateway installation:
- A gateway name that’s unique across your Azure AD tenant
- The recovery key, which must have at least eight characters, that you want to use
- Confirmation for your recovery key

Important: Save and keep your recovery key in a safe place. You need this key if you ever want to change the location, move, recover, or take over a gateway installation.
Check the region for the gateway cloud service and Azure Service Bus that’s used by your gateway installation. By default, this region is the same location as the Azure AD tenant for your Azure account.
To accept the default region, select Configure. However, if the default region isn’t the one that’s closest to you, you can change the region.
This was originally posted here.
*This post is locked for comments