Accessing App Setting from Azure Functions with PowerShell
I am currently trying out a lot with Azure Functions. With CI / CD pipelines and how to automatically deploy them. But also trying out C# and PowerShell to be used with Azure Functions. When I came to use PowerShell with Azure Functions, I got to a problem. I am using an Azure Function with a queue trigger to read from that trigger. This [...]
Sebastian Schütze