An Azure service that automates the access and use of data across clouds without writing code.
Visual studio code deployment error for nuget based logic apps
Hi,
I am creating an azure logic apps standard project from VS Code using the logic apps standard extension. I choose a stateful workflow. I then convert it to nuget based logic apps project.
When i click deploy to logic apps from VS code and select my logic app to be deployed, I get an error in the deploy task. I get this error only when i do these steps from a Windows 2019 machine
The error is "Cleaning up temp folders from previous zip deployments and extracting pushed zip file C:\local\Temp\zipdeploy\crrmaa1.zip (0.00 MB) to C:`\local\Temp\zipdeploy\extracted
Central Directory corrupt
Deployment failed"
When i deploy a node based logic apps standard app (default logic apps standard project), i do not see this error (Windows 2019 machine).
When i deploy a logic apps standard project nuget converted project , i do not see this error when i deploy from Windows 10 machine.
I tried to navigate to the folder paths mentioned to find the zip files. i couldnt find any. what path are these zip files stored.
Is Windows 2019 a supported machine to do VS code deploy of nuget converted logic apps standard project