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

Creation of service bus action is failing in both VSCode and standard portal #4264

Closed
ramya894 opened this issue Feb 27, 2024 · 1 comment · Fixed by #4265
Closed

Creation of service bus action is failing in both VSCode and standard portal #4264

ramya894 opened this issue Feb 27, 2024 · 1 comment · Fixed by #4265
Assignees

Comments

@ramya894
Copy link

ramya894 commented Feb 27, 2024

Describe the Bug with repro steps

1.Create a new Logic App Project

  1. Add a workflow to your local project
  2. Open the workflow.json file in designer and author a new workflow

a. Add http request Trigger

b. Add a compose action here with custom text

c. Add a ServiceBus action. From the add new paramter dropdown add content and add random text in JSON format like {"a":"b"}

What type of Logic App Is this happening in?

Standard (VSCode)

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

{
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "actions": {
            "Compose": {
                "type": "Compose",
                "inputs": "frtgy",
                "runAfter": {}
            }
        },
        "contentVersion": "1.0.0.0",
        "outputs": {},
        "triggers": {
            "When_a_HTTP_request_is_received": {
                "type": "Request",
                "kind": "Http"
            }
        }
    },
    "kind": "Stateful"
}

Screenshots or Videos

No response

Browser

Microsoft Edge

Additional context

servicebus error

@rllyy97
Copy link
Contributor

rllyy97 commented Feb 27, 2024

Hi @ramya894, this will be fixed with the following PR: #4265

@rllyy97 rllyy97 closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants