Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 84 forks source link

Issue while migrating the Consumption Logic App to Standard Logic App. #6200

Open gurupraneshkrishnan opened 2 days ago

gurupraneshkrishnan commented 2 days ago

Does this occur consistently? YES

Repro steps:

  1. We are trying to follow the instructions from the Azure Docs

https://learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app

  1. Exported the Consumption Logic App in to VS Code and modified all the connections.
  2. When Trying to Deploy the same to standard Logic App, we receive an error with Access Denied.

Action: azureLogicAppsStandard.deploy

Error type: AccessDenied

Error Message: Please provide below info when asking for support: timestamp = redacted:id02T11redacted:id5526237Z, correlationId = redacted:id.

Version: 4.107.4

OS: win32

OS Release: 10.0.19045

Product: Visual Studio Code

Product Version: 1.95.3

Language: en

Call Stack

Image

ccastrotrejo commented 2 days ago

Hi @gurupraneshkrishnan thanks for raising this issue. It is related to some credentials access when trying to deploy.

As a workaround you can downgrade the vscode extension version to 4.107.3.

gurupraneshkrishnan commented 1 day ago

Thank you @ccastrotrejo ,

We are deploying a Standard Logic App. I was able to downgrade the Standard Logic App extension to 4.107.3 and deploy the Logic App. It was successful.

Image