Streamline Operations with Server Virtualisation Services | Exigo Tech
Discover how Exigo Tech's server virtualisation services can optimize your IT infrastructure, reduce hardware costs, and enhance business flexibility. Our certified experts provide tailored solutions for efficient resource allocation and system management.
https://exigotech.co/services/infrastructure/server-virtualisation
#ServerVirtualisation
#ITInfrastructureOptimization
#VirtualMachines
#AzureFunctions
#SQLServerVirtualisation
#Cost-EffectiveSolutions
#servervirtualisation #itinfrastructureoptimization #virtualmachines #azurefunctions #sqlservervirtualisation #cost
#dotnet #azurefunctions #otel This is a crucial question … opentelemetry integration in Azure functions in isolated mode. Last time we switched a functions setup to isolated, correlation between runtime logs and function implementation was non existing https://devblogs.microsoft.com/dotnet/azure-monitor-opentelemetry-distro/#comment-18129
Don't miss Kevin Griffin at #techbash 2023 this fall!
He'll be presenting two sessions at Kalahari Resort in the #poconos Nov 7-10. Learn more and register now: https://techbash.com
#cloud #azure #webdev #azurefunctions #dotnet #developers #techevent #nepa #devconference #devcommunity
#techbash #poconos #cloud #azure #webdev #azurefunctions #dotnet #developers #techevent #nepa #devconference #devcommunity
I just blogged:
#CASBAN6 – How to create a facade to manage Azure Blob Storage with Azure Functions
#Azure #AzureFunctions #AzureDev #AzureBlob #Blob #Storage #API #dotNET #csharp #OpenAPI #Swagger #security
https://msicc.net/casban6-how-to-create-a-facade-to-manage-azure-blob-storage-with-azure-functions/
#CASBAN6 #azure #azurefunctions #azuredev #azureblob #blob #storage #API #dotnet #csharp #openapi #swagger #security
And the final thing is that I had the wrong version numbers for my extension bundle which caused a startup error. The error message suggested I should use at least 2.6.1 but the docs says it should be 4.0.0.
The error message doesn't go away after I fixed it, every time the function start it complains about the version number so either something else is wrong and the message is bad or the portal is boken and keeps displaying an old error forever and ever
#AzureFunctions
Another thing is that the parameter must be named the same as the trigger or it fails. This is not clear from the example for a timer trigger as both are named "Timer" which doesn't make it obvious they should match. I assumed the parameter should be named Timer for timer triggers.
I have some complaints about #AzureFunctions after spending a couple of hours yesterday.
Apparently it's not legal to have a space in a trigger name but it's not really mentioned anywhere, only found out when clicking through the troubleshooter in the portal. No errors in vscode, no errors during deploy, really terrible user experience.
Dive into this #InfoQ article where Daniel Oh explores how Quarkus integrates Java microservices into Azure Functions for an enhanced developer experience.
#Serverless #Java #AzureFunctions #Quarkus #DeveloperExperience
#infoq #serverless #java #azurefunctions #quarkus #developerexperience
🆕Announcing a new version of the .NET Upgrade Assistant with support for .NET MAUI and Azure Functions!
https://devblogs.microsoft.com/dotnet/upgrade-assistant-general-availability/ #dotnet #dotnetmaui #azurefunctions
#dotnet #dotnetmaui #azurefunctions
Announcing a new version of the .NET Upgrade Assistant with support for .NET MAUI and Azure Functions by @oliagavrysh.
(UWP to WinUI upgrades too)
https://devblogs.microsoft.com/dotnet/upgrade-assistant-general-availability/
#dotnet #visualstudio #dotnetmaui #cloud #AzureFunctions #azure #arm64 #winui
#dotnet #visualstudio #dotnetmaui #cloud #azurefunctions #azure #arm64 #winui
Found the culprit for the exceptions spike.
If you're moving from the inproc to isolated mode for #azurefunctions, make sure all your endpoints use the proper types.
So HTTP Triggers should go from `HttpRequest` to `HttpRequestData`. The former compiles just fine if you have the reference, but will fail at runtime. Found this out for my App Insights health endpoint.
... y porque, como siempre, me lo he pasado pipa preparándola y cacharreando con #Terraform, #AzureContainerApps, #SQLAzure, #ServiceBus, #AzureFunctions, #ApplicationInsights,... y mi favorito, #GrafanaK6 🤓
#terraform #azurecontainerapps #sqlazure #servicebus #azurefunctions #applicationinsights #grafanak6
RT @AzureWeekly
#AzureFunctions HTTP Trigger with Golang from @cmendibl3 https://buff.ly/3G9BOGm #Azure
Ok, let's have some #Azure fun and try to find out why the #Swagger page of my #AzureFunctions do not submit the query parameters even if marked as required (and set)...
#azure #swagger #azurefunctions #openapi #debproblems
It took me some time to come up with the next post in my #CASBAN6 series, but here we go – I just published:
#CASBAN6: Implementing the API endpoints with #AzureFunctions
https://msicc.net/casban6-implementing-the-api-endpoints-with-azure-functions/
#CASBAN6 #azurefunctions #azure #API #dotnet
It is complete. Both the web API and queue processors for #LAHistoricalMarkers have been moved from #AzureFunctions over to #AzureContainerApps!
Next up is probably attempting to automate my #Expo build with #EAS.
Check out the code on #github!
#lahistoricalmarkers #azurefunctions #azurecontainerapps #expo #eas #github
I'm not sure why but this slide in my new deck cracks me up.
📺 Display IoT Data in #PowerApps using #AzureFunctions and #CustomConnectors
🚀 Check out how to integrate Raspberry Pi's, Azure Functions and Power Apps together for home automation
🔗 https://www.youtube.com/watch?v=v0mPmCw5yl0
#️⃣ #Azure #RaspberryPi #LowCodeRevolution #PowerAddicts #HomeAutomation
#PowerApps #azurefunctions #customconnectors #azure #raspberrypi #lowcoderevolution #PowerAddicts #homeautomation
Yeah, I’m one endpoint in and this is going to be a huge improvement. The #FastEndpoints model maps really well over the existing structure of my #AzureFunctions (endpoint per file).
The authn and authz framework built into #AspNetCore also accommodates my super silly auth scheme really well.
And because request and response parsing are handled, its just less code overall!
#fastendpoints #azurefunctions #aspnetcore