How to integrated Azure in powerplatform.

Gudivaka, Chandra Sekhar 0 Reputation points
2025-04-04T08:07:43.8666667+00:00

Connect Azure database to powerapps as currently unable to connect

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,651 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Smaran Thoomu 24,575 Reputation points Microsoft External Staff Moderator
    2025-04-09T08:34:25.63+00:00

    Hi @Gudivaka, Chandra Sekhar

    You can definitely integrate Azure databases with Power Platform (PowerApps, Power Automate, etc.), but the steps depend on the specific Azure service you’re trying to connect. Let me give you the common scenarios:

    Azure SQL Database

    • PowerApps natively supports Azure SQL as a data source.
    • In PowerApps Studio, go to Data > Add data, search for SQL Server connector.
    • Provide:
      • Server name and database name
      • Authentication type: SQL authentication or Azure AD
      • Make sure your SQL database firewall allows Azure services and the required IP ranges.

    Note: If your SQL database is secured with Private Endpoint, you will need to use an on-premises data gateway for PowerApps to connect.

    Azure Cosmos DB

    • Use the Cosmos DB connector in PowerApps.
    • Select the appropriate API type (SQL API, MongoDB API, etc.)
    • Enter your connection keys.

    Azure Data Lake

    • Currently, PowerApps connects to Azure Data Lake through Dataverse or Power BI datasets, not directly.
    • You can prepare data in Synapse or Power BI and surface it through PowerApps.

    Important:

    If your Azure resources are secured in a VNET (like Private Link or Firewall enabled), you'll likely need an on-premises data gateway for PowerApps to connect.

    Make sure your Azure database allows connections from Power Platform IP ranges. You can refer to Power Platform IP addresses.

    If you could share:

    • Which Azure database you’re using?
    • Whether it's secured with firewall or private endpoint?

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.