logicapps
logicapps copied to clipboard
In Logic app standard, updating workflow is failing due to keyvault reference
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)
- App setting values as below:
- 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
- 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