【发布时间】:2017-08-21 11:55:57
【问题描述】:
我正在为 Azure 数据工厂上的更新资源活动使用带有非默认终结点的经典 Web 服务。这是我得到的错误:
我没有在网上找到任何信息,我自己也弄不明白。 This 网站显示了我使用的示例,我只填写了 mlEndpoint、apiKey 和 updateRessourceEndpoint 的值:
{
"name": "updatableScoringEndpoint2",
"properties": {
"type": "AzureML",
"typeProperties": {
"mlEndpoint": "https://ussouthcentral.services.azureml.net/workspaces/xxx/services/--scoring experiment--/jobs",
"apiKey": "endpoint2Key",
"updateResourceEndpoint": "https://management.azureml.net/workspaces/xxx/webservices/--scoring experiment--/endpoints/endpoint2"
}
}
}
没有提到需要传递的令牌...
【问题讨论】:
标签: azure azure-data-factory azure-machine-learning-studio