Did you know that many of the services and tools you are using in Azure, are actually under open-source. As an example we want to have a look at Azure Functions today, to follow up in our OSS category
What are Azure Functions?!
I do not want to go to deep today … but lets get a quick insight on what Azure Functions are actually built for!
Functions are an event driven extension of the Azure application platform. It works in a „serverless“ configuration, so this means you will get compute on demand. In the end you application code is run based on an event that is triggering the action. You can connect several inputs to your function. The outputs of your function can then be forwarded to different connectors.
In the end this leads to an application code that is focusing on execution of code, which easily can be integrated with other sources, outside of the code.
The most interesting thing is that Azure Functions are not only available in Azure. You can also run them on-premises or on any other cloud. You can also use triggers from every system, no matter if it is on-prem or in the cloud.
If you want to learn more about Azure functions and what you can do with them: Have a look into MS Docs
What is open sourced?!
But what has this to do with Open Source now. So, let me quote the announcement from 2016:
The Functions runtime, templates, UI and underlying WebJobs SDK are all open source projects being developed publically. The underlying runtime will be portable so you can run Functions anywhere – on Azure, in your datacenter or other clouds.
Currently all development on Azure Functions can be found on GitHub. There are several sub-pages for the components of Azure Functions:
I think there are multiple reasons to open-source a solution like Azure Functions. When you have a look above on the number of components involved, you need a way to quickly resolve issues. With an open-source project you have more people looking into issues, proposing changes, etc.
Also the idea of having Azure Functions on multiple platforms, either on-prem or in the cloud, is a plus for Open-Source. As with this everybody can adopt it as required. You can implement it as a big vendor into your platform, but you can also play around in your lab as a smaller size customer.
The consistency of experience, re usability of code, etc. is a plus too.
So feel free to get involved into this project on GitHub…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Public Preview – Support for WebSocket APIs in Azure API Management Self-hosted Gateway? Public Preview: Data mapping designer in Azure Logic Apps (Standard) PublicPreview: Azure API Management: API Center GA: Logic Apps (Standard) adds support for .NET Framework…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Public Preview: Azure NetApp Files Standard Network Features – Edit Volumes Public preview: Rolling Upgrades with MaxSurge for Virtual Machine Scale Sets Generally available: Azure Site Recovery update rollup 67 – May 2023 General availability: Azure Data Explorer…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Generally available: Azure Bastion now support shareable links New and upcoming capabilities with Elastic Cloud (Elasticsearch)—An Azure Native ISV Service What’s new with Azure Files General availability: Azure Sphere OS version 23.05 expected on May 24 Public Preview:…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: General availability: Azure IoT Edge supports Red Hat Enterprise Linux 9 Public preview: Azure Cold Storage Public Preview: Palo Alto Networks SaaS Cloud NGFW Integration with Virtual WAN Generally Available: Ebsv5 and Ebdsv5 NVMe-enabled VM sizes Generally Available:…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: New Azure Virtual Desktop features to answer our customers’ top needs Managing IP with Microsoft Azure and Cliosoft What’s new in Azure Data & AI: Helping organizations manage the data deluge Public Preview : Azure Cosmos DB for…
Datenschutz & Cookies: Diese Website verwendet Cookies. Wenn du die Website weiterhin nutzt, stimmst du der Verwendung von Cookies zu.
Weitere Informationen, beispielsweise zur Kontrolle von Cookies, findest du hier:
Cookie-Richtlinie
Leave a comment