logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

In Logic app standard, updating workflow is failing due to keyvault reference

Open saroja-sattigeri opened this issue 1 year ago • 0 comments

Describe the Bug

Customer has deployed their logic app standard via devops however, while updating or adding new connection in workflow designer via portal they are getting below error and it's not specific to mq new connection it's irrespective of connectors (basically while updating workflow it's failing with below error)   image

 

   

     - App setting values as below:

  image

  • Connection.json has app setting value itself

     "mq": {             "displayName": "QM_PROD",             "parameterValues": {                 "password": "@appsetting('mq_password')",                 "portNumber": "@appsetting('mq_portNumber')",        

  • Looked into HAR traces, it appears that while validating it's pointing to key vault reference in connection rather to app setting

image

  • However, same works fine(able to update the workflow) when customer switches to old designer, [https://aka.ms/lafallback]

Plan Type

Standard

Steps to Reproduce the Bug or Issue

NA

Workflow JSON

No response

Screenshots or Videos

No response

Additional context

No response

AB#27350745

saroja-sattigeri avatar Mar 28 '24 01:03 saroja-sattigeri