I'm curious about the programming languages that underpin Azure services. I understand that there might be a mix across different services and teams, so I don't expect one definitive answer. As a C# developer working with both managed and unmanaged Azure services, I'm interested in knowing what coding languages the developers use to build the features we rely on. For instance, when a new feature is introduced in Azure Service Bus, what programming languages are the engineers using? Any insights or experiences you can share would be appreciated!
5 Answers
Based on Azure's performance and reliability, I would bet on a combination of languages too, especially with offerings like Node.js and various PHP components. It's an interesting landscape!
From what I've gathered, a lot of Azure services are primarily built using C# and .NET. However, for lower-level functionalities, you might find C++ in the mix. Some newer services take advantage of Go as well.
While it might sound odd, I've seen some people jokingly claim BASIC for fun, but we all know the serious work is done in more modern languages like Rust and .NET.
I'd say it’s a mix of several languages like C#, C++, Python, Go, and even Rust at times. Different features can be built using different technologies based on the needs.
In my experience, the backend that handles the heavy lifting is generally written in .NET, which makes sense given Azure's integration with Microsoft technologies.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically