Severity
P1 - Critical (Blocking production)
Describe the Bug with repro steps
- Create a new Logic App Workspace and create a logic app project in it
- Add a workflow to your local project and convert the project into SQL artifact and then nuget artifact.
- 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 parameter dropdown add content and add random text in JSON format like {"a":"b"}
d. Add a send email action with the body being the output of the compose action (step b)
e. Add a new connection to your email action
f. Add http response action
- Save the workflow. From Run and debug select eh logic app project and then debug the logic app.
- Run the workflow
a. Open overview page. Right + Click on workflow.json file and "Overview"
b. Copy call back URL from the overview page
c. Send the http request POST via Insomnia and wait for the response
- Refresh the overview page and your should see your local run
- Open the monitoring view for your run from the overview page
- Verify the run details and action inputs and output
- Azure pane-> Logic app icon -> Deploy to Logic app
10 Enter the deploying logic app name, location, App service plan, subscription, resource group and other details which are required.
- Logic app creation should be successful.
- Click on deploy option to deploy the workflow.
- Deployment should get successful without any issues
- Open deployed logic app
- Right click-> Open designer
- Verify the deployed logic app designer opens in read-only mode
- Right click -> Open the overview page and run the deployed workflow
Expected: Run trigger button should be enabled for the deployed logic app
Actual: Run trigger option is disabled for the deployed logic app and also after some time workflow runtime URL is also disappeared.
What type of Logic App Is this happening in?
Standard (VSCode)
Are you experiencing a regression?
VSIX : 5.273.0
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
run trigger button disabled.zip
Environment
VS Code
**VSIX Version : 5.956.0
Bundle Version : 1.165.9
Additional context
No response
Severity
P1 - Critical (Blocking production)
Describe the Bug with repro steps
a. Add http request Trigger
b. Add a compose action here with custom text
c. Add a ServiceBus action. From the add new parameter dropdown add content and add random text in JSON format like {"a":"b"}
d. Add a send email action with the body being the output of the compose action (step b)
e. Add a new connection to your email action
f. Add http response action
a. Open overview page. Right + Click on workflow.json file and "Overview"
b. Copy call back URL from the overview page
c. Send the http request POST via Insomnia and wait for the response
10 Enter the deploying logic app name, location, App service plan, subscription, resource group and other details which are required.
Expected: Run trigger button should be enabled for the deployed logic app
Actual: Run trigger option is disabled for the deployed logic app and also after some time workflow runtime URL is also disappeared.
What type of Logic App Is this happening in?
Standard (VSCode)
Are you experiencing a regression?
VSIX : 5.273.0
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
run trigger button disabled.zip
Environment
VS Code
**VSIX Version : 5.956.0
Bundle Version : 1.165.9
Additional context
No response