Azure / LogicAppsUX

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

Could not create Azure arc enabled kubernetes logic app on vscode #5970

Open AliRz90 opened 1 week ago

AliRz90 commented 1 week ago

Does this occur consistently?

Repro steps:

1.

2.

Action: azureLogicAppsStandard.createLogicAppAdvanced

Error type: Error

Error Message: Error in creating logic app. RestError: The request content was invalid and could not be deserialized: 'Required property 'type' not found in JSON. Path 'extendedLocation', line 1, position 309.'.

Version: 4.107.3

OS: win32

OS Release: 10.0.22631

Product: Visual Studio Code

Product Version: 1.94.2

Language: en

Call Stack¨NBSP;

rllyy97 commented 1 week ago

Hi @AliRz90, it looks like you have an error with your workflow code, could you please share your workflow JSON? you might just need to add the "type" property your error message is mentioning.

AliRz90 commented 5 days ago

I wanted to create azure arc enabled logic app via vscode, which I couldn't. I have also tried to do that with azure cli, and the extension won't be install az extension add --yes --source "https://aka.ms/logicapp-latest-py2.py3-none-any.whl" and get this error "An error occurred. Pip failed with status code 1. Use --debug for more information.", then I tried IaC, which finally I could successfully deploy the logic app, however it's not working.

github-actions[bot] commented 2 days ago

We requested more information to triage this issue. If the issue goes more than 7 days with no more information it'll be automatically closed.

ccastrotrejo commented 7 hours ago

Hi @AliRz90 thanks for giving us more information about this.