-
🐛 **Describe the bug**
There is a logical error in the `DurableOrchestrationContext` `call_http` method.
https://github.com/Azure/azure-functions-durable-python/blob/dev/azure/durable_functions/…
-
### Core Library
MSAL Node (@azure/msal-node)
### Core Library Version
2.13.1
### Wrapper Library
MSAL Node Extensions (@azure/msal-node-extensions)
### Wrapper Library Version
1.1.0
### Publi…
-
I followed this guideline to migrate azure function in-process model to .NET 8 (https://github.com/Azure/azure-functions-host/issues/9951#issuecomment-2220820760).
But after deploying to azure window…
-
FYI I was able to get a pure-VB.NET Azure Function working. It was pretty simple, really—here's what I did:
1. Created a C# sample using [this guidance](https://docs.microsoft.com/en-us/azure/azure…
-
This page states that running Functions in containers is only supported with Linux.
We have these Windows Dockerfiles that work for functions: https://github.com/Azure/azure-functions-docker/tree/…
-
Now there are no APIs to create Azure Functions resource. We only have a workaround which is to use App Service APIs with a bunch of internal app setting environment variables. It would be better if w…
-
https://cloud-right.com/2020/05/azure-functions-resource-graph
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/web/site
### (Optional) Module Vers…
-
It would be great to have the needed models for the project deployed automatically using either ARM templates or bicep. This would save from long setup documentation and also ensure correctness for th…
-
When using coroutines, logs are not visible in the application insights.
There's a stack overflow answer on how to manage that https://stackoverflow.com/questions/55934085/how-to-redirect-logs-from…