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: SAP S/4HANA events are now available on Azure Event Grid Forrester Total Economic Impact study: Azure Arc delivers 206 percent ROI over 3 years General availability: Azure Sphere OS version 22.10 Generally available: Azure Communication Services…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Generally available: SFTP support for Azure Blob Storage Leverage SFTP support for Azure Blob Storage to build a unified data lake Azure Virtual WAN simplifies networking needs General availability: Azure Premium SSD v2 Disk Storage General availability: OpenTelemetry…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Generally available: Kusto Trender Public preview: Enhanced soft delete for Azure Backup Public preview: Multi-user authorization for Backup vaults Public preview: Immutable vaults for Azure Backup General availability: Azure NetApp Files application volume group for SAP HANA Generally…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Scalable management of virtualized RAN with Kubernetes Cost optimization using Azure Migrate Public preview: Azure Firewall Basic Generally available: Query Store hints Azure SQL Database, Azure SQL Managed Instance Azure Firewall Basic now in preview Microsoft and INT…
Also this week there were many news around Microsoft Azure! Here as always the overview for you: Public preview: Policy analytics for Azure Firewall General availability: ExpressRoute FastPath support for Vnet peering and UDRs Strengthen your security with Policy Analytics for Azure Firewall Ensure zone resilient outbound connectivity with NAT gateway Azure SQL—General availability updates…
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here:
Cookie Policy
Leave a comment