Replies: 1 comment 1 reply
-
Hi @phyrrus, Thank you for reaching out! As the Python SDK developer, I personally don't have much (or any) control over the interaction with GitHub Actions, so I suspect this issue is most likely not on our end. Still, we can probably help figure out what went wrong, or at least try route you to the right folks. Can you please provide us with a local, minimal, reproducer that we can use to investigate? Please do not share any private keys with us, just some minimal starter code (ideally .zip'ed to this thread) and instructions to reproduce should do the trick. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I've created a python azure durable function with a time trigger. The function works well, but when I try to use the code below to build and deploy the function via GitHub Actions, the function stops working. After that, if I try to manually trigger the function via VS Code I get the error message: 'Unexpected status code: 404'.
Is this a bug or am I doing something wrong in the yml?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions