Bundle_SQL_Nuget : Deployed logic app workflow shows error message in SQL and nuget artifacts
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Severity
P2 - High (Major functionality broken)
### Describe the Bug with repro steps
1. Create a new Logic App Workspace and create a logic app project in it
2. Add a workflow to your local project and convert the project into SQL artifact and then nuget artifact.
3. 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
4. Save the workflow. From Run and debug select eh logic app project and then debug the logic app.
5. 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
6. Refresh the overview page and your should see your local run
7. Open the monitoring view for your run from the overview page
8. Verify the run details and action inputs and output
9. 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.
11. Logic app creation should be successful.
12. Click on deploy option to deploy the workflow.
13. Deployment should get successful without any issues
**Expected:** After deployment, open the deployed logic app from Resources -> Logic app test sub -> Logic app -> select the deployed logic app. Open workflows. Deployed workflows should display without errors.
**Actual:** After deployment, when opening the deployed logic app the same way, the workflows show errors in both SQL and NuGet artifacts. Some actions in the workflow still load when accessed through the portal, but in the bundle, everything works as expected.
**Error Logs:**
[Tag=''] Process reporting unhealthy: Unhealthy. Health check entries are {"azure.functions.web_host.lifecycle":{"status":"Healthy","description":null},"azure.functions.script_host.lifecycle":{"status":"Healthy","description":null},"azure.functions.webjobs.storage":{"status":"Unhealthy","description":"Unable to create client for AzureWebJobsStorage"}}
### What type of Logic App Is this happening in?
Standard (VSCode)
### Are you experiencing a regression?
1.160.10 bundle version, it worked fine
### Which operating system are you using?
Windows
### Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
### Workflow JSON
```json
```
### Screenshots or Videos
### Environment
VS Code,
**VSIX Version :** 5.230.15
**Bundle and nuget verison:** 1.161.3
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.