Logic App standard problem saving Azure blob connector

hichamveo 41 Reputation points
2021-09-06T15:48:02.983+00:00

I'm facing a strange issue with one of my clients where I'm unable to savle my workflow after adding Azure blob connector "Get blob content using path (V2)". The connection is established and can browse blob and select my file, but when I save , "Save" button becomes activated and lose my changes if I close the workflow, no error is raised. With my own subscription it works fine. someone have an idea? thanks in advance for the help.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,656 Reputation points
    2021-09-08T05:11:56.32+00:00

    @hichamveo Thanks for sharing the details.
    I have looked into the backend logs and found that the workflow failed to save as there was issue with API connection access policy name. When you are using any action that uses the connection internally it creates the API connection access policy name with the naming convention as yourresourcegroupname-workflowname-randomguidID and currently this API connection access policy name has the limit of 80 character.
    AFAIK I don't see this name can be set from the workflow and I have reached out to my team to confirm the same. I have also passed the feedback to the portal UI team if the portal experience can be enhanced with the right error message if possible in this case. Once I have update from my team I will update this thread.

    Currently the workaround is to have your resourcegroupname and workflowname name combining less than 42 character. As two character are used for - and 36 character for random guid.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful