Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Azure Web Sites Development Stacks

David Ebbo edited this page Jun 8, 2016 · 26 revisions

.NET

  • CLR: 2.0, 4.0
    The default is CLR 4.0.
  • Framework: up to 4.6
    The default is .NET Framework 4.6 (currently .NET 4.6.1).
  • ASP.NET Core RC2 is also supported either through Kudu or Web Deploy

Node.js (and matching npm)

To get the full list of supported Node and npm:

  • Go to https://[yoursite].scm.azurewebsites.net/
  • Click on 'Runtime versions' under API

PHP

  • 5.4
  • 5.5
  • 5.6
  • 7.0

The default is PHP 5.4.

Python

  • 2.7
  • 3.4

Java

  • 1.7.0_51
Clone this wiki locally