My Issues:
Create new logic app custom connector by uploading a swagger file. No authentication is selected. Connect via on premise gateway option is checked. API to be called by the connector is hosted on a VM and uses no authentication.
Create a logic app and add the custom connector.
Running the logic app gives the following error:
{ "status": 400, "message": "Header 'x-ms-apim-tokens' not found.\r\nclientRequestId: dc6.........", "source": "gatewayconnector-australiasoutheast.logic-ase-australiasoutheast.p.azurewebsites.net" }
Any idea what's going on?
Thanks!