如何在Data Factory Linked Service中使用通过用户订阅创建的批处理帐户?

时间:2017-11-17 08:05:32

标签: azure azure-data-factory azure-batch

我创建了一个批量服务,用户订阅创建了一个密钥库

http://csharpcorner.mindcrackerinc.netdna-cdn.com/article/de/Images/image007.jpg

现在我如何在数据工厂链接服务中使用该批处理服务。 因为它要求访问密钥。

我必须在这里给出什么关键?

我已经从密钥保管库创建了一个密钥,它创建为版本,开始时间和到期时间但无法使密钥完善。

2 个答案:

答案 0 :(得分:1)

您在寻找这些:

我找到了2个来源:

来源1:

引用

Create a key vault

In user subscription mode, an Azure key vault is required that belongs to the same resource group as the Batch account to be created. Make sure the resource group is in a region where Batch is available and which your subscription supports.

* In the Azure portal, click New > Security + Identity > Key Vault.
* In the Create Key Vault page, enter a name for the key vault, and create a resource group in the region you want for your Batch account. Leave the remaining settings at default values, then click Create.

来源2:

我移植了source的所有图片。

我将添加此链接的大部分屏幕截图:以便此帖子不会成为仅发布链接。

  • 在这个阶段,我没有亲自尝试,但我的来源是this link。如果有帮助,请告诉我。

请按照以下步骤为批量服务创建密钥保管库

在用户订阅模式下,需要Azure密钥保管库,该保管库属于要创建批处理帐户的同一资源组。此外,我们将使用用户订阅创建批处理服务。

点击新建>>计算并选择批处理服务。

enter image description here

,然后

在“新批量创建”刀片中,选择如下图所示的说明。为了创建存储帐户,我选择了现有帐户,但是,如果您没有,则选择“新建”选项以创建新的存储帐户。然后,为用户订阅选择POOL ALLOCATION。

enter image description here

,然后

要创建新的密钥保管库,请选择“创建新保管库”,然后为保管库提供所需的描述,并选择“创建”以创建密钥保管库。

enter image description here

,然后

对于keyvault,它显示新创建的密钥保管库。接下来,我们选择将批处理服务固定到仪表板中,然后单击“创建”以创建帐户。

enter image description here

,然后

部署后,我们可以详细查看带有用户订阅的批量服务。

enter image description here

答案 1 :(得分:0)

需要在数据工厂链接服务中提供批量帐户访问密钥。它与存储在Azure Key Vault中的密钥/秘密无关。

要获取访问密钥,请转到Azure门户,打开批处理帐户,导航到“密钥”选项卡,然后选择其中列出的任何密钥。 Keys选项卡应如下所示:

Key Tab Screenshot