Azure Machine Learning: What error is this? -
i using classic web service non-default endpoint update resource activity on azure data factory. error get:
i didn't find info on web , couldn't figure out myself. this website shows example used filling in values 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" } } } there no mention of token needs passed...
this error saying apikey provided invalid perform update resource operation. here posts reference: https://social.msdn.microsoft.com/forums/azure/en-us/3bb77e37-8860-43c6-bcaa-d6ebd70617b8/retrain-predictive-web-service-programmatically-when-do-not-have-access-to-managementazuremlnet?forum=machinelearning
please noted if modified linked service in adf, remember re-deploy pipeline reflect change in time.
Comments
Post a Comment