I Am very new in Azure Programming.
For weeks I have had 2 functions in a function application that provide me with values from an SQL database.They are triggered by an HTTP call. When I run the function today, I get an HTTP 500 error returned. **No changes** were made to the code.
Does anyone know this problem and can tell me how I can solve this?
I can run the app locally on my Windows PC in VS Code- Virtual Environment
Locally everything works as it should.一切都会失败。
发布于 2022-11-30 19:48:42
我可以自己回答这个问题。问题是,取决于你选择在哪个地方发布你的应用程序,“天蓝色功能”有问题。在这一边,我找到了具体的信息和解决方案。
https://github.com/Azure/azure-functions-python-worker/issues/1029
https://stackoverflow.com/questions/74629781
复制相似问题