Hello,
I am new to Power Apps, I need clarification regarding Power App On-Premise Gateway.
I assume that when we use On-Premise Gateway data will be accessed by Power Apps using the gateways and at no point, data will be saved at Microsoft Cloud. (Similar to Direct Querry mode in Power BI On-Premise Gateway)
Help me understand how the data will flow from my On-Premise database, does it get stored at Microsoft Cloud or any other location?
Any reference documents or post would be helpful, Also let me know if details are required from my side.
Thanks
Solved! Go to Solution.
Hi @ETA9T
Yes, you're correct - with the On-Premise Gateway, no data is saved in the Microsoft Cloud.
The documentation provides details about how the gateway works, including the ports that the gateway uses.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/gateway-reference
This is what the documentation says about how it works:
When a user interacts with an element that's connected to an on-premises data source:
The cloud service creates a query, along with the encrypted credentials for the data source, and sends the query to the 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(s) 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 onto the cloud service. The service then uses the results.
Hi @ETA9T
Yes, you're correct - with the On-Premise Gateway, no data is saved in the Microsoft Cloud.
The documentation provides details about how the gateway works, including the ports that the gateway uses.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/gateway-reference
This is what the documentation says about how it works:
When a user interacts with an element that's connected to an on-premises data source:
The cloud service creates a query, along with the encrypted credentials for the data source, and sends the query to the 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(s) 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 onto the cloud service. The service then uses the results.
User | Count |
---|---|
138 | |
136 | |
78 | |
73 | |
69 |
User | Count |
---|---|
223 | |
137 | |
78 | |
60 | |
56 |