Azure / LogicAppsUX

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

VS Code_Bundle_NuGet_SQL_Service Bus_Not able to fetch the queue name automatically. #1955

Closed v-prakumar closed 1 year ago

v-prakumar commented 1 year ago

Describe the Bug with repro steps

  1. Create a project in VS Code and add stateful workflow.
  2. Open the Designer, add the HTTP trigger.
  3. Add Service Bus and create the connection.
  4. Try to fetch the queue name : The queue name is not fetching automatically but after using the custom value it is working fine.

Workflow JSON

No response

Screenshots or Videos

serqueue

Browser

VS Code

Additional context

Expected: Queue name is to be fetch automatically.

Actual: Queue name is not fetching automatically.

System Info: VS Code extension - ​vsix icon vscode-azurelogicapps-2.0.26.vsix NuGet package: https://artprodeussu2.artifacts.visualstudio.com/A41bf5486-7392-4b7a-a7e3-a735c767e3b3/b32aa71e-8ed2-41b2-9d77-5bc261222004/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL21zYXp1cmUvcHJvamVjdElkL2IzMmFhNzFlLThlZDItNDFiMi05ZDc3LTViYzI2MTIyMjAwNC9idWlsZElkLzcxMzU5ODUxL2FydGlmYWN0TmFtZS9kcm9wX2J1aWxkX0J1aWxkQXJ0aWZhY3RzX1dpbmRvd3M1/content?format=file&subPath=%2FMicrosoft.Azure.Workflows.WebJobs.Extension.1.17.1.nupkg Extension Bundle (CDN URL): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting Extension Bundle (Direct Download): https://cdnforlogicappsv2.blob.core.windows.net/logicapps-vendortesting/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/1.17.1/Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.17.1_any-any.zip

v-prakumar commented 1 year ago

Issue is seeing for the first time only when Service Bus is adding and trying to fetch the queue name for the first time.

vgouth commented 1 year ago
  1. We are not able to fetch the service bus queue automatically
  2. But we are able to fetch when Service Bus is already added and deleted and added again without adding new connection trying to fetch the queue name for the first time. image

4.While entering the custom value saving and debug the workflow while running it is showing as server issue.

image