Azure / LogicAppsUX

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

Azure Resource Manager: While creating new connection showing a error message #6088

Open vgouth opened 1 week ago

vgouth commented 1 week ago

Describe the Bug with repro steps

  1. Create a consumption logic app
  2. Open designer and add http request trigger
  3. Add any action from Azure Resource Manager Eg: Read a subscription
  4. Create a new connection, if there is any existing connection click on change connection and select Add new
  5. Change Authentication type to Service Principal
  6. Give connection name as mandatory field
  7. Click on create new
  8. Connection status is showing some error

Expected: Connection status should show connected.

Actual: Connection status is showing error message.

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

Screenshots or Videos

Image

Image

Browser

Edge

Additional context

Version : 2.41028.1.6

ccastrotrejo commented 1 week ago

Talked with @vgouth offline and the connection is created successfully, however as there is clientSecret and clientID when creating it. This is expected by design.

ccastrotrejo commented 1 week ago

Reopen it and marked it as a feature request to mark the secret and id as required

vgouth commented 4 hours ago

Issue still repro in latest test pass Client secret and client id should be in mandatory field if those fields are required for creating a connection. Version: 0.2022.1.794

Image