I am doing on POC for getting records from On-Premise SQL By using Logic Apps + API Apps.
I have created SQL Connector in API Apps and also created Logic Apps. But when try to add the SQL Connector API App in Logic App Designer. it is saying
Failed to fetch swagger. Ensure you have CORS enabled on the endpoint and are calling an HTTPS endpoint.
I browsed and found out for setting the Permission Level.
Appsettings - > Set API Definition & CORS enabled.
Authentication/Authorization - > On -> Allow Request (noAction)
Restarted the API Service.
but still getting the same error.
I have browsed the URL "http://ftpconnector.azurewebsites.net/" . it is saying Permission
"Permissions for service \"FTPConnector\" are set to internal"
How can I Change the permission Level. I think if I change only I am able to add the connector in Logic App designer.
Please Assist
Thanks,
Vinoth