获取管道输出-ADF V2 [英] Get Pipeline output - ADF V2

查看:64
本文介绍了获取管道输出-ADF V2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我想使用Azure Data Factory v2 Rest API来获取管道输出.我是Azure的新手,无法理解获取< g class ="gr_gr_252 gr-alert gr_spell gr_inline_cards所需的ApplicationID和授权密钥是什么 gr_disable_anim_appear ContextualSpelling ins-del multiReplace"data-gr-id ="252". id ="252"> authheader/g.并将其传递给REST API调用

我指的是下面的链接,请参见我所指的代码块

Hello,

I want to use the Azure Data Factory v2 Rest API to get the pipeline outputs. I am new to Azure and unable to understand what is ApplicationID and Authorization Key which is required to get the <g class="gr_ gr_252 gr-alert gr_spell gr_inline_cards gr_disable_anim_appear ContextualSpelling ins-del multiReplace" data-gr-id="252" id="252">authheader</g> which is to be passed to the REST API calls 

I am referring to the link below, see the code block to what I am referring

= < your 租户ID>''

$tenantID = "<your tenant ID>"

$appId = "<your application ID>"
$authKey = "<your authentication key for the application>"

= < your 订阅ID以创建工厂>" $ resourceGroup < your 资源组来创建工厂>" $ dataFactoryName =

$subsId = "<your subscription ID to create the factory>" $resourceGroup = "<your resource group to create the factory>" $dataFactoryName = "<specify the name of data factory to create. It must be globally unique.>" $apiVersion = "2017-09-01-preview"

https://docs.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-rest-api




https://docs.microsoft.com/en-us/rest/api/datafactory/pipelineruns/get


推荐答案

Hi,

如果您有需要访问或修改资源的代码(在此处使用rest API),则必须设置一个Azure Active Directory(AD)应用程序,并将applicationID和applicationkey与该AD应用程序关联

When you have code that needs to access or modify resources,(here you use rest API), you must set up an Azure Active Directory (AD) application, and the applicationID and applicationkey associate to the AD application.

遵循此

Follow this link to create data factory, run your pipeline and monitor pipeline output using REST API.

谢谢.


这篇关于获取管道输出-ADF V2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆