mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

741
active users

#azurefunctions

0 posts0 participants0 posts today

This came up in discussions today. If you use .NET 6 or 7 with Azure Functions then there's some important dates coming up this year (and one is just a few weeks away):

- .NET 7 end of support is 14th May 2024
- .NET 6 end of support is 12th Nov 2024

Running those versions past those dates will likely still work, but you're basically on your own. Better to migrate to .NET 8.

techcommunity.microsoft.com/t5 #Azure #AzureFunctions #dotnet

TECHCOMMUNITY.MICROSOFT.COM.NET on Azure Functions – March 2024 roadmap update Learn about updates to the isolated worker model and the roadmap for .NET on Azure Functions.

I had completely forgotten that I'd created this little #golang #AzureFunctions app which connected to my solar inverter API and just reported on the current data. It's been sat there happily chugging away for a couple of months now

I actually really like the Azure Function custom runtime, it opens up the language choices a lot and seems pretty rock solid.

Today's blog post: How to solve a ‘No HTTP triggers found’ error when using Azure Functions with Python V2 programming model - blog.rtwilson.com/one-reason-f

I ran into this a few weeks ago with some work for a client. It really confused me and I couldn't see any good answers online, so I wrote one!

blog.rtwilson.comOne reason for getting a ‘No HTTP triggers found’ error when using Azure Functions with Python V2 programming model « Robin's Blog