Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
711 stars 263 forks source link

Zip deploy to isolated durable function, doesn't deploy subfolders in zip package #2809

Closed well0549 closed 1 month ago

well0549 commented 1 month ago

I have a function project with a subfolder that includes some templates. Simple txt files

The items themselves are not compiled but I have set copy to output directory to true....

So in my zip file I can see the folder. It is there.

But when I deploy the function to Azure with zip Deploy from an azure pipeline the files are no longer present....

I have the same setup for a .net 6.0 project (not isolated) and there the folder is copied to the wwwroot folder.

With isolated .net 8.0 the folder is absent. The name of the folder is dataroot and does not start with a .

The function is .net 8.0 isolated windows

well0549 commented 1 month ago

Looked in the wronmg function app, soryy to bother