-
Notifications
You must be signed in to change notification settings - Fork 85
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
Steps that make use of API Connections show "Unable to initialize operation" #5963
Comments
Hi @las3r I wasn't able to repro it yet.
Usually this error |
You've got mail! |
Thanks I just received it. Will let you know if I need something else or if I find anything going on |
@las3r Just replied back via email. |
I have just replied to @ccastrotrejo. Seems the new designer doesn't really like the way we provide the "path" parameter to API connection-based logic app actions. We're getting closer! |
Hi @las3r I replied to your email, could you please try the scenarios I stated on the email. Thanks! |
Hi @las3r as discussed on the email thread, the way you are parameterizing the path in the action is not ideal. I tested it in old designer and doesn't seem to work either. Could you please give it a try in the old designer and confirm it works with this private url? |
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. |
This issue has been closed because the information requested wasn't provided within 7 days. |
Describe the Bug with repro steps
I have a couple of steps in my logic app that are using API Connections (Microsoft.Web/connections):
Keyvault connection (get secret)
Event grid connection (trigger for logic apps)
In the old designer these would load, and I would be able to change the steps. In the new designer every step that utilizes an API connection shows the following:
Event hub trigger:
Keyvault "get secret" step:
The request I see it making a few calls when the page loads to:
GET https://management.azure.com/subscriptions/<subscription>/providers/Microsoft.Web/locations/westeurope/apiOperations?%24top=5000&%24skiptoken=10000&%24filter=type%20eq%20%27Microsoft.Web%2flocations%2fmanagedApis%2fapiOperations%27%20and%20properties%2fintegrationServiceEnvironmentResourceId%20eq%20null&api-version=2018-07-01-preview
The response to this call is:
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
No response
Browser
Edge, Chrome
Additional context
The text was updated successfully, but these errors were encountered: