首页 文章

Azure Data Factory ARM模板

提问于
浏览
1

我正在创建一个ARM模板来部署数据工厂 . 除了自托管的Integration Runtime之外,一切正常 . 我有一个内部部署SQL Server和另一个内部部署Oracle DB . 两者都使用自托管Integration Runtime进行连接 . 我在部署ARM模板时遇到以下错误 .

2018-08-13T14:11:34.9569812Z ## [错误]至少一个资源部署操作失败 . 请列出部署操作以获取详细信息有关使用详情,请参阅https://aka.ms/arm-debug . 2018-08-13T14:11:34.9582896Z ## [错误]详情:2018-08-13T14:11:34.9587327Z ## [错误]错误请求:{"code":"BadRequest","message":"Failed to encrypt sub-resource payload {\r\n "标识\ ": " /订阅/ bf2c5c07- 2536-497d-9b87-7f0a0fa5a2b3 / resourceGroups / ResourceGroup_Name /供应商/ Microsoft.DataFactory /工厂/ DataFactoryName / linkedservices / Oracle_Linked_ServiceName \ ",\r\n "名称\ ": " Oracle_Linked_ServiceName \ ",\r\n "属性\ ": {\r\n "型\ ": " ORACLE \ ",\r\n " typeProperties \ ": {\r\n "型\ ": " ** ****************** \ 1189332 connectionString \ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ": " IntegrationRuntime名\ ",\r\n "类型\ ": " IntegrationRuntimeReference \ "\r\n }\r\n }\r\n} and error is: Failed to encrypted linked service credentials on self-hosted IR 'IntegrationRuntime-Name', reason is: NotFound, error message is: No online instance..","target":"/subscriptions/bf2c5c07-2536-497d-9b87-7f0a0fa5a2b3/resourceGroups/ResourceGroup_Name/providers/Microsoft.DataFactory/factories/DataFactoryName/linkedservices/Oracle_Linked_ServiceName","details":空,"error":空}未定义2018-08-13T14:11:34.9599952Z ## [错误]错误请求:{"code":"BadRequest","message": "Failed to encrypt sub-resource payload {\r\n " Id \ __ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ esourceGroup_Name /供应商/ Microsoft.DataFactory /工厂/ DataFactoryName / linkedservices / Source_OnPremSQL \ ",\r\n "名称\ ": " Source_OnPremSQL \ ",\r\n "属性\ ": {\r\n "型\ ": "的SqlServer \ ",\r\n " typeProperties \ ": {\r\n "的connectionString \ ": " ************ ******** \ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ******** \ "\r\n },\r\n " connectVia \ ": {\r\n "引用名称\ ": " IntegrationRuntime名\ ",\r\n "型\ ": " IntegrationRuntimeReference \ "\r\n }\r\n }\r\n} and error is: Failed to encrypted linked service credentials on self-hosted IR 'IntegrationRuntime-Name', reason is: NotFound, error message is: No online instance..","target":"/subscriptions/bf2c5c07-2536-497d-9b87-7f0a0fa5a2b3/resourceGroups/ResourceGroup_Name/providers/Microsoft.DataFactory/factories/DataFactoryName/linkedservices/Source_OnPremSQL","details":空,"error":空}未定义2018-08-13T14:11:34.9602482 Z ## [error]创建或更新模板部署时任务失败 . 2018-08-13T14:11:34.9611870Z ## [section]整理:DataFactoryDeployment

1 回答

  • 0

    确保您的自主IR已联机 . 需要加密您的凭据 .

相关问题