DEV Community

Cover image for What Linux distribution is Powering Azure App Service?
Tidjani Belmansour, Ph.D.
Tidjani Belmansour, Ph.D.

Posted on

1

What Linux distribution is Powering Azure App Service?

You probably know by now that you can have Linux-powered App services.

But, have you ever wonder what Linux distribution is powering that App Service?

Looking at the Environment section of the Kudu console won't help:

environment section in kudu

Well, wonder no more! Simply open a WebSSH terminal:

app service ssh

And type this command:


 bash
cat /etc/os-release


Enter fullscreen mode Exit fullscreen mode

And you'll get the requested information:

linux distro info

Easy, right? ;)

In conclusion...

Today, we have lifted the veil on some part of the magic that powers the Azure App Service for Linux offering which is what version of Linux this service is running on.

Let's keep in touch

You can reach me on Twitter or LinkedIn.

See you soon !

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay