Explore how to simplify #AzureFunction integration testing by building a dedicated test factory. This approach streamlines test case creation, improving efficiency and reliability in cloud deployments. #CloudTesting
Latest posts tagged with #AzureFunction on Bluesky
Explore how to simplify #AzureFunction integration testing by building a dedicated test factory. This approach streamlines test case creation, improving efficiency and reliability in cloud deployments. #CloudTesting
ποΈ BLOGGED: Finding the minimal Azure Function authentication setup
www.blimped.nl/finding-the-...
#auth #azurefunction #entraid #sharingiscaring #communityrocks #microsoft365dev #microsoft365
π’ Just set up a remote #MCP server for #vanMoof on an #Azure Function. Exciting developments!
Check out the details here:
- Remote MCP Server: Link
- Local vanMoof MCP server: Link
Stay tuned for an upcoming blog post with more insights! #TechUpdates #RemoteServer #AzureFunction #AI #MCP
"However, by default, the Application Insights SDK adds a logging filter that instructs the logger to capture only warnings and more severe logs."
To be honest this is one the stupidest default I have seen for very long time. Disable information logging by default...
#azure #azurefunction #logging
Azure Functions just dropped the ability to build RREMOTE MCP Servers with Scalable Azure Functions in C#, TypeScript, or Python! Check this out!!
www.youtube.com/watch?v=XwnE...
#dotnet #csharp #mcpservers #azurefunction
ποΈ BLOGGED: Finding the minimal Azure Function authentication setup
https://buff.ly/3WqS4uT
#auth #azurefunction #entraid #sharingiscaring #communityrocks #microsoft365dev #microsoft365
π BLOGGED! π Finding the minimal Azure Function authentication setup
https://buff.ly/3WqS4uT
#auth #azurefunction #entraid #sharingiscaring #communityrocks #microsoft365dev #microsoft365, #pnpweekly
I recently started to migrate all my #AzureFunction project to the new Isolated Worker model.
During the process I encountered a nasty bug on Http triggered functions.
Here's how I uncovered and resolved the issue.
itmustbecode.com/azure-functi...
Anybody who can explain why my certificate is not working in a #Logicapp getting the error that it could not load the certificate key. But it loads it correctly from the vault. In a #azurefunction it works like a charm only not in this logic app any help would be great.
@laskewitz.io you have aidea?
Iβm going to port my existing #AzureFunction workhorse app > ACA hopefully by EOYβ¦ π€
Query results showing my username and growth over the last week
Followers are increasing here and it's so nice to see! If you're a nerd like me - maybe you want to keep track of your follower growth.
I've created an #AzureFunction that hits the API and then stashes the data in an #AzureSQL Database using SQL Bindings:
github.com/jpomfret/Soc...
Love when you solve one bug only to find a new one... that has a whole 3 results when you Google it, none of which relate to your case! #azure #azurefunction x.com/LShelton_Tech/status/151...
I love dropping half a million tasks in an #Azure Queue, and #AzureFunction says "I got you" and starts ramping up those instances.
Just published the stream with @jasonhand where we learn how to call an API from an #AzureFunction using #typescript and #nodejs https://buff.ly/3azM61S
So it looks like the hiccup I have with #AzureLogicApps is that I need to convert an Excel DATEVALUE number to a DateTime.
Guessing I could create a quick #AzureFunction to take care of that...