Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fan-In/Fan-Out cloud back example problems...

sgkim99 opened this issue · comments

I am following the fan-in/fan-out cloud backup examples.
It works fine locally(Windows 10, python).
But after deploying the apps, http-triggering with local directory(Windows, "C:\TEST") does NOT work as expected.
If triggering with "/home/site/wwwroot" as in the article, it works, though it seems backing up Functions server file system.
If I want to backup local files with deploy version, what I should do? Any hints?

Hi @sgkim99, thanks for reaching out.

I think we'll need a few more details to be able to assist here.
(1) can you provide a .zip'ed minimal reproducer of the issue you're seeing?
(2) where is this directory that you're trying to back up? Have you confirmed that it is in the expected location in your deployed app? If you do an "ls" in there, do you find your files?
(3) What error exactly are you seeing when you run this sample?

Thanks!