Hi,
I am attempting to deploy a Logic App via ARM Template via Azure DevOps Release Pipeline (ARM template deployment task). I'm using an ARM Template as well as a parameters file.
The deployment is successful, the Logic App and its API connections show up in Azure Portal, however in my Logic App's Web Designer, I have the same error for two of my components ("List files in folder" (SFTP-SSH) and "List blobs" (Azure Blob Storage)).
Here's what it looks like when I create the Logic App using the Web Designer. This method works well, though the idea is that I would like to automate the creation of this Logic App in a Disaster Recovery scenario.
I have tried understanding the error message, though I kept coming up empty after many searches online.
"List blobs" component
Swagger not found for connector '/subscriptions/xxxxxxxx/providers/Microsoft.Web/locations/South Central US/managedApis/azureblob'
"List files in folder" component
Swagger not found for connector '/subscriptions/xxxxxxxx/providers/Microsoft.Web/locations/South Central US/managedApis/sftpwithssh'
I really don't know what Swagger has to do with this Logic App API Connection.
I was hoping someone here could help.
Let me know if I can specify additional information that might help.
Thanks,
Marc