Deploy Azure Standard LogicApp & Its Workflows

Anonymous
2023-07-28T06:44:12.97+00:00

Hi,

I am trying to deploy a workflow to an Azure Standard LogicApp. I have created the ARM Template for provisioning the LogicApp and then deployed it via Azure DevOps Pipelines. Later I created the CI/CD Pipelines for Workflow Deployment. Most of the Workflow parameters are passed using the APP SETTINGS of LogicApp. Inside the Workflow, we are using a Blob Connection to get data from an external Storage Account. This has been handled using an API Connection. The API Connection to BLOB Storage is getting created with the LogicApp Provisioning ARM Template. We are using the "Access Key Authentication" in the API connection for getting data from BLOB.

Now the problem is, we can see the API Connections under the LogicApp and its showing the status as connected. Here is the screenshot of it.

Screenshot 2023-07-28 at 12.04.45 PM

But every time when the workflow is re-deploying after the changes, the BLOB CONNECTOR in the workflow is crashing with an error. Here is the screenshot of it.

Screenshot 2023-07-28 at 12.04.04 PM

Even we have a valid API Connection in the LogicApp, the Workflow is not using the existing connection, rather it is attempting to create a new one.

Any thoughts on this.

Regard

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. navba-MSFT 27,540 Reputation points Microsoft Employee Moderator
    2023-07-28T07:36:46.11+00:00

    @Anonymous Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    I see that you are encountering the error Unable to initialize operation details for swagger based operationwith your LogicApp workflow.

    Could you please try out the old designer link to access your azure Logic App and see if that helps ?

    Link to Old designer is here https://aka.ms/lafallback .  Once you click on this link, Navigate to the concerned LogicApp workflow designer and then see if the same issue.

    Hope this helps.

    **
    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Anonymous
    2023-07-28T08:02:37.2833333+00:00

    Many Thanks for this.

    Now I am getting a different error.

    Please find the code view of connector.

    Screenshot 2023-07-28 at 1.29.36 PM

    Here is the new error I am getting.

    Screenshot 2023-07-28 at 1.30.38 PM

    I have already shared the screenshot of API connection in the original question. Not sure why its failing.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.