Category: Azure Functions
-
Azure Functions: Maintaining but minimizing Application Insights output
Microsoft has really been pushing Application Insights in the Azure Functions space, to the point where you know can’t see individual function invocations without having Application Insights enabled. In cases where we’re already logging to another logging service (e.g. Splunk), the config below has been useful to maintain the invocation output, but otherwise minimize Application…
-
GitHub Actions: repository not found
I’m working in private GitHub repository housing an Azure Functions project. I just used the Deployment Center feature in the Azure Portal to connect my Azure Function App to my GitHub repository, and automatically generate a GitHub actions YAML file. That file looks something like this: After some Googling and experimentation, I found this to…