Azure / Azure/logicapps

Windows ARM64 support?

Open
#1,394 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
ABAP
Stars
424
Forks
320
Avg merge
14h 41m
Merged PRs (30d)
1

Description

### Severity

P2 - High (Major functionality broken)

### Describe the Bug with repro steps

Expected Behaviour:
I should be able to create and run Standard Logic Apps locally in VS Code

Actual Behaviour:
On opening a logic app workspace in VS Code I receive the following error

> Error configuring services in an external startup class.
> Error configuring services in an external startup class. System.Private.CoreLib: An attempt was made to load a program with an incorrect format. (0x8007000B).
> A host error has occurred during startup operation '8538d256-b454-44e4-8a72-4f587898c82f'.
> Microsoft.Azure.WebJobs.Script: Error configuring services in an external startup class. System.Private.CoreLib: An attempt was made to load a program with an incorrect format. (0x8007000B).
> Value cannot be null. (Parameter 'provider')
> Host startup operation has been canceled

### 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

No

### Workflow JSON

```json

```

### Screenshots or Videos

_No response_

### Environment

I am using Azure Function Core Tools 4.9.7317 for ARM processors. This was ustomatically installed in the .azurelogicapps/dependencies folder. Also in the dependencies folder are ARM64 versions of the dotnet sdks (6.0.428 and 8.0.411).

In the .azure-functions-core-tools/Functions/ExternsionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows folder I have version 1.123.44 installed. This seems to be an x32 version which I suspect may be the main issue here. My host.json specifies version [1.*, 2.0.0) of this extension bundle.

I am running the ARM64 version of Windows 11 24H2 on a Snapdragon X Elite X1E84100 CPU.

VSCode is version 1.100.3 for arm64.

### Additional context

Should I be able to run this workload on ARM64? Is there an ARM64 version of Microsoft.Azure.Functions.ExtensionBundle.Workflows?

Thanks

Alan

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.