简体   繁体   English

从 Azure 连接到外部 api

[英]Connection to external api from Azure

please is there a way to connect to an external api from azure portal, and if possible how can i create a flow that calls the api, get data and loads into an azure sql server table please is there a way to connect to an external api from azure portal, and if possible how can i create a flow that calls the api, get data and loads into an azure sql server table

Thanks.谢谢。

Azure portal is the dashboard to maintain all your azure resources so you cannot connect to an external API from azure portal. ZC3A580F142203677F1F0BC30898F63F53Z 门户是维护所有 azure 资源的仪表板,因此您无法从 ZCF31917A48 门户连接到外部 API。

Either you need to have your custom application code that will call any of your external API and insert the data to azure SQL server using any of the supported languages and host in any of the azure services like azure function, webapps etc. Either you need to have your custom application code that will call any of your external API and insert the data to azure SQL server using any of the supported languages and host in any of the azure services like azure function, webapps etc.

In case if you don't want to write any code then you can leverage the logic app to create the workflow with any of the supported triggers (timer trigger, HTTP trigger etc.)如果您不想编写任何代码,则可以利用逻辑应用程序使用任何受支持的触发器(计时器触发器、HTTP 触发器等)创建工作流。

To call the external API you can leverage the Native HTTP connector .要调用外部 API,您可以利用Native HTTP 连接器 Once you get the response from your external API you can leverage the SQL connector to insert the data.从外部 API 获得响应后,您可以利用SQL 连接器插入数据。

Workflow: Timmer Trigger --> Native HTTP connector --> SQL connector工作流程:定时器触发器--> 原生 HTTP 连接器--> SQL 连接器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM