Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managed Connector using MS Entra ID (AAD) integrated authentication type shows error status when editing Edit API connection in existing API connection page. #1220

Open
zhangadreedom opened this issue Oct 24, 2024 · 1 comment
Labels

Comments

@zhangadreedom
Copy link

zhangadreedom commented Oct 24, 2024

Describe the Bug

Hi Team,

Managed Connector using MS Entra ID (AAD) integrated authentication type shows error status when editing Edit API connection in existing API connection page.
I can repro this error with SQL Connector and Blob connector

Plan Type

Consumption

Steps to Reproduce the Bug or Issue

  1. as shown in the attached image, we are connecting to "sqlsr-datakit-prod-001". I created sql-13 several tens of minutes ago.

Image

  1. If I edit the sql-13 API connection in the order shown in the image after running the logic app above, the same error as before will occur.

Image

Image

Image

Image

Workflow JSON

No response

Screenshots or Videos

No response

Additional context

Kusto query to show the error:
cluster('azconnectjapan.kusto.windows.net').database('LogicApps').HttpIncomingRequests
| where clientRequestId =="69eebbed-dae7-44dd-9ad8-6e497a4387d4"

cluster('azconnectjapan.kusto.windows.net').database('LogicApps').Message
| where TIMESTAMP between (datetime(2024-09-18 05:45:44.4780772) .. datetime(2024-09-18 05:50:44.4780772))
| where * has "69eebbed-dae7-44dd-9ad8-6e497a4387d4"

Error message
{
"status": 400,
"message": "Invalid connection settings\r\n inner exception: Not enough information to establish a Sql Connection\r\nclientRequestId: 69eebbed-dae7-44dd-9ad8-6e497a4387d4",
"error": {
"message": "Invalid connection settings\r\n inner exception: Not enough information to establish a Sql Connection"
},
"source": "sql-je.azconn-je-001.p.azurewebsites.net"
}

Copy link

This issue is stale because it has been open for 45 days with no activity.

@github-actions github-actions bot added the stale label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant