# Key Takeaways from Azure Open Source Day 2023

Microsoft has organized an [**Azure Open Source Day**](https://info.microsoft.com/ww-landing-azure-open-source-day-on-demand.html) on March 7, 2023. A key focus of the event was to promote building Cloud-native applications applying [Open source technologies along with Azure](https://azure.microsoft.com/en-us/solutions/open-source/). This article highlights key takeaways from Azure Open Source Day 2023 sharing news, product updates, innovation stories, and more.

### #1 — Developer productivity with the open-source ecosystem

-   With GitHub as a platform for sharing Open source projects, leveraging the ecosystem of products helps to improve developers’ productivity.
-   The code-to-cloud path has been made easier with tools such as [**Codespaces**](https://github.com/features/codespaces) (as a Cloud-based development environment), [**Bicep**](https://github.com/Azure/bicep) _(a declarative tool similar to Terraform),_ [**VS Code Extension for Kubernetes**](https://code.visualstudio.com/docs/azure/kubernetes) _(for an easier interface),_ [**Bridge to Kubernetes**](https://github.com/Azure/Bridge-To-Kubernetes) _(to develop and debug Microservices from IDE),_ [**GitHub Actions for AKS**](https://learn.microsoft.com/en-us/azure/aks/kubernetes-action#example-of-using-github-actions-with-aks) and beyond _(for automated deployment using CD),_ [**Azure Load Testing**](https://azure.microsoft.com/en-us/products/load-testing/#overview) _(a fully-managed load testing service using_ [_Apache JMeter_](https://jmeter.apache.org/)_),_ and [**Playwright**](https://playwright.dev/) (for end-to-end cross-browser testing).
-   Other solutions highlighted — [**KEDA**](https://keda.sh/) (an open-source event-driven auto-scaling solution for Kubernetes), [**Dapr**](https://dapr.io/) as a Microservices building block with a distributed runtime, [**Headlamp**](https://github.com/headlamp-k8s/headlamp) for Kubernetes Web UI, [**Helm**](https://helm.sh/), [**Docker**](https://www.docker.com/), and many more. 

![Key Takeaways from Azure Open Source Day 2023](https://cdn-images-1.medium.com/max/880/0*2lQ9x2a3OeSvcPzw)

(Image Source: Azure Open Source Day)

### #2 — Artificial Intelligence (AI) Services and Machine Learning are in mainstream adoption 

-   With the success of [**OpenAI’s ChatGPT**](https://openai.com/blog/chatgpt), Microsoft has established itself as a key player in providing Cloud-based Artificial Intelligence (AI) and Machine Learning capabilities on-demand. This has opened up new possibilities with an Open source mindset as an underlying enabler.
-   Democratization of AI and Machine Learning capabilities with communities like [**Hugging Face**](https://huggingface.co/) got highlighted during the event. Hugging Face’s role as a collaboration platform makes it easy to seamlessly and scalably launch ML computing directly from its Hub.

[![](https://cdn-images-1.medium.com/max/880/0*b8cVhzW6ArTz3Sgh)](https://huggingface.co/)

(Source: [Hugging Face](https://huggingface.co/))

-   **AI-powered sample application** (for lost pets) leveraging open source, cloud-native microservices using **Python** **Flask**, distributed runtime using **Dapr**, machine learning using **Azure ML**, infrastructure-as-a-code using **Bicep**, and other modern technologies is a great reference application. [Click here](https://github.com/azure-samples/PetSpotR) to access the source code of the demo application and below is the reference architecture.

[![Key Takeaways from Azure Open Source Day 2023](https://cdn-images-1.medium.com/max/880/0*F9hwYsDzd9KPqiMy.png)](https://github.com/azure-samples/PetSpotR)

(Image Source: [PetSpotR Application Architecture](https://github.com/azure-samples/PetSpotR))

### #3 — Enhanced and new cloud services with innovation in consideration

Services updates and enhancements as part of the event are summarized as below:

-   [Azure Database for MySQL launching an auto-scaling feature](https://techcommunity.microsoft.com/t5/azure-database-for-mysql-blog/ignite-2022-announcing-new-features-in-azure-database-for-mysql/ba-p/3650600)
-   [Power BI desktop integration](https://powerbi.microsoft.com/en-us/power-bi-and-azure/)
-   [Confidential containers for increased security](https://learn.microsoft.com/en-us/azure/confidential-computing/confidential-containers)
-   [JSON support for active geo-replication in Azure Cache for Redis](https://azure.microsoft.com/en-in/updates/preview-json-support-for-active-georeplication-on-azure-cache-for-redis/)

![Key Takeaways from Azure Open Source Day 2023](https://cdn-images-1.medium.com/max/880/1*mQlxJqlWx0yOax6DptMbBg.png)

Source: Azure Cloud

To conclude, with GitHub in its ecosystem — Microsoft’s support for Open source has established it as a key contributor and inspired other product and cloud companies to follow the pattern. Great news for the Opensource community!

**References:**

-   [Azure Open Source Day Event (for 2023)](https://info.microsoft.com/ww-landing-azure-open-source-day-on-demand.html?lcid=en-us)
-   [Latest innovations at Azure Open Source Day 2023](https://azure.microsoft.com/en-us/blog/discover-the-latest-innovations-at-azure-open-source-day-2023/)

Disclaimer:

_All data and information provided on this blog are for informational purposes only. All the images used are from Google Cloud Summit for reference. The author makes no representations as to the accuracy, completeness, correctness, suitability, or validity of any information on this blog and will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use. This is a personal view and the opinions expressed here represent my own and not those of my employer or any other organization._

### Related Articles

-   [Top Ten Technology Trends for 2023](https://vedcraft.com/tech-trends/top-ten-technology-trends-for-2023/)
-   [Top 10 Tips For A Modern Software Architect](https://vedcraft.com/architecture/top-10-tips-you-should-know-as-a-modern-software-architect/)
-   [5 Steps You Should Know About Building Cloud Architecture in Azure](https://vedcraft.com/architecture/5-steps-you-should-know-about-building-cloud-solution-architecture-on-azure/)
