Exigo Tech Pty Ltd · @ExigoTechAus
3 followers · 3 posts · Server flipboard.social

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.

exigotech.co/services/infrastr






-EffectiveSolutions

#servervirtualisation #itinfrastructureoptimization #virtualmachines #azurefunctions #sqlservervirtualisation #cost

Last updated 1 year ago

Serge Van Meerbeeck · @sergevm
71 followers · 404 posts · Server hachyderm.io

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 devblogs.microsoft.com/dotnet/

#dotnet #azurefunctions #otel

Last updated 1 year ago

techbash · @techbash
60 followers · 58 posts · Server social.vivaldi.net

Don't miss Kevin Griffin at 2023 this fall!

He'll be presenting two sessions at Kalahari Resort in the Nov 7-10. Learn more and register now: techbash.com

#techbash #poconos #cloud #azure #webdev #azurefunctions #dotnet #developers #techevent #nepa #devconference #devcommunity

Last updated 1 year ago

Marco Siccardi :dotnet: · @MSicc
432 followers · 420 posts · Server dotnet.social
Pär Björklund · @Paxxi
295 followers · 3941 posts · Server hachyderm.io

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

Last updated 1 year ago

Pär Björklund · @Paxxi
295 followers · 3941 posts · Server hachyderm.io

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.

#azurefunctions

Last updated 1 year ago

Pär Björklund · @Paxxi
295 followers · 3924 posts · Server hachyderm.io

I have some complaints about 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.

#azurefunctions

Last updated 1 year ago

Luke Murray · @lukemurray
83 followers · 215 posts · Server aus.social
InfoQ · @infoq
595 followers · 219 posts · Server techhub.social

Dive into this article where Daniel Oh explores how Quarkus integrates Java microservices into Azure Functions for an enhanced developer experience.

bit.ly/3J4w0j0

#infoq #serverless #java #azurefunctions #quarkus #developerexperience

Last updated 1 year ago

dotnet · @dotnet
3152 followers · 19 posts · Server dotnet.social

🆕Announcing a new version of the .NET Upgrade Assistant with support for .NET MAUI and Azure Functions!

devblogs.microsoft.com/dotnet/

#dotnet #dotnetmaui #azurefunctions

Last updated 1 year ago

Alvin Ashcraft 🐿️ · @alvinashcraft
912 followers · 382 posts · Server hachyderm.io

Announcing a new version of the .NET Upgrade Assistant with support for .NET MAUI and Azure Functions by @oliagavrysh.

(UWP to WinUI upgrades too)

devblogs.microsoft.com/dotnet/

#dotnet #visualstudio #dotnetmaui #cloud #azurefunctions #azure #arm64 #winui

Last updated 1 year ago

Jan · @Jandev
138 followers · 148 posts · Server mastodon.cloud

Found the culprit for the exceptions spike.

If you're moving from the inproc to isolated mode for , 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.

#azurefunctions

Last updated 1 year ago

Roberto Sanz · @rsciriano
38 followers · 14 posts · Server mastodon.cloud

... y porque, como siempre, me lo he pasado pipa preparándola y cacharreando con , , , , , ,... y mi favorito, 🤓

#terraform #azurecontainerapps #sqlazure #servicebus #azurefunctions #applicationinsights #grafanak6

Last updated 1 year ago

Carlos Mendible :verified: · @cmendibl3
187 followers · 446 posts · Server hachyderm.io

RT @AzureWeekly
HTTP Trigger with Golang from @cmendibl3 buff.ly/3G9BOGm

#azurefunctions #azure

Last updated 1 year ago

Marco Siccardi :dotnet: · @MSicc
372 followers · 91 posts · Server dotnet.social

Ok, let's have some fun and try to find out why the page of my do not submit the query parameters even if marked as required (and set)...

#azure #swagger #azurefunctions #openapi #debproblems

Last updated 1 year ago

Marco Siccardi :dotnet: · @MSicc
371 followers · 74 posts · Server dotnet.social

It took me some time to come up with the next post in my series, but here we go – I just published:

: Implementing the API endpoints with

msicc.net/casban6-implementing

#CASBAN6 #azurefunctions #azure #API #dotnet

Last updated 1 year ago

Austin :fdl: · @riverrat
215 followers · 1488 posts · Server poboy.social

It is complete. Both the web API and queue processors for have been moved from over to !

Next up is probably attempting to automate my build with .

Check out the code on !

github.com/awebre/la-historica

#lahistoricalmarkers #azurefunctions #azurecontainerapps #expo #eas #github

Last updated 1 year ago

Kevin Griffin - Microsoft MVP · @1kevgriff
357 followers · 487 posts · Server bbiz.io

I'm not sure why but this slide in my new deck cracks me up.

#serverless #azurefunctions

Last updated 1 year ago

Daniel Laskewitz 🥑 · @laskewitz
26 followers · 19 posts · Server hachyderm.io

📺 Display IoT Data in using and
🚀 Check out how to integrate Raspberry Pi's, Azure Functions and Power Apps together for home automation
🔗 youtube.com/watch?v=v0mPmCw5yl
#️⃣

#PowerApps #azurefunctions #customconnectors #azure #raspberrypi #lowcoderevolution #PowerAddicts #homeautomation

Last updated 1 year ago

Austin :fdl: · @riverrat
215 followers · 1471 posts · Server poboy.social

Yeah, I’m one endpoint in and this is going to be a huge improvement. The model maps really well over the existing structure of my (endpoint per file).

The authn and authz framework built into 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

Last updated 1 year ago