| | 0

Resolved: Error while using Azure Logic Apps to retrain Azure Machine Learning – Permissions for service “AzureMLLogicAppConnector” are set to internal but this request was external

I used Azure Logic App to retrain an experiment in AzureML regularly. Therefore, I build a logic app to do this. If I start the logic app I got the following error:

Permissions for service „AzureMLLogicAppConnector“ are set to internal but this request was external

1
2
3
4
5
"body": {
        "status": 403,
        "message": "Permissions for service \"AzureMLLogicAppConnector\" are set to internal but this request was external."
    }

The following resolve this error: Set Access Level to “Public (authenticated)” in application settings

Resource group / Resources / AzureMLLogicAppConnector / All settings / Application settings

I think the reason is the different location of the resource group and the endpoint.