Azure / Azure/LogicAppsUX

logic app standard extension issue

Open
#8,893 1 comment 0 reactions 1 assignee Claimed by @lambrianmsft View on GitHub
VSCode
Dominant language
TypeScript
Stars
111
Forks
109
Avg merge
1d 23h
Merged PRs (30d)
20

Description

### Severity

P4 - Low (Cosmetic/minor inconvenience)

### Describe the Bug with repro steps

10:00:30 AM: Finished running command: "C:\Users\pursc\.azurelogicapps\dependencies\FuncCoreTools\func GetExtensionBundlePath".
10:00:30 AM: Extension bundle path: "C:\Users\pursc\.azure-functions-core-tools\Functions\ExtensionBundles\"...
10:01:22 AM: No custom code functions projects found for the logic app folder "d:\GitHub\MissionLinen\Logic-Apps\logic-app-standard\test1\".
10:01:22 AM: Executing PowerShell script: powershell.exe -NoProfile -NoLogo -ExecutionPolicy Bypass -File "c:\Users\pursc\.vscode\extensions\ms-azuretools.vscode-azurelogicapps-5.230.15\assets\scripts\get-child-processes.ps1" "417004"
10:01:32 AM: PowerShell script error: Command failed: powershell.exe -NoProfile -NoLogo -ExecutionPolicy Bypass -File "c:\Users\pursc\.vscode\extensions\ms-azuretools.vscode-azurelogicapps-5.230.15\assets\scripts\get-child-processes.ps1" "417004"

Error: Failed to execute Powershell script to get the func child process: Command failed: powershell.exe -NoProfile -NoLogo -ExecutionPolicy Bypass -File "c:\Users\pursc\.vscode\extensions\ms-azuretools.vscode-azurelogicapps-5.230.15\assets\scripts\get-child-processes.ps1" "417004"

10:01:32 AM: Error: Failed to execute Powershell script to get the func child process: Command failed: powershell.exe -NoProfile -NoLogo -ExecutionPolicy Bypass -File "c:\Users\pursc\.vscode\extensions\ms-azuretools.vscode-azurelogicapps-5.230.15\assets\scripts\get-child-processes.ps1" "417004"

### What type of Logic App Is this happening in?

Standard (VSCode)

### Are you experiencing a regression?

_No response_

### 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
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"actions": {
"Response": {
"type": "Response",
"kind": "Http",
"inputs": {
"statusCode": 200,
"body": {
"body": "Hello from jlee1"
}
},
"runAfter": {}
}
},
"outputs": {},
"triggers": {
"When_an_HTTP_request_is_received": {
"type": "Request",
"kind": "Http"
}
}
},
"kind": "Stateful"
}
```

### Screenshots or Videos

_No response_

### Environment

[logic-app-standard.zip](https://github.com/user-attachments/files/25801589/logic-app-standard.zip)

### Additional context

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.