An open API service indexing awesome lists of open source software.

https://github.com/shibayan/appserviceinfo

This website to check the platform and runtime information of Azure App Service.
https://github.com/shibayan/appserviceinfo

azure-app-service

Last synced: 4 months ago
JSON representation

This website to check the platform and runtime information of Azure App Service.

Awesome Lists containing this project

README

          

# App Service Info

[![Deploy backend](https://github.com/shibayan/appserviceinfo/actions/workflows/backend-deploy.yml/badge.svg?branch=master)](https://github.com/shibayan/appserviceinfo/actions/workflows/backend-deploy.yml)
[![Deploy frontend](https://github.com/shibayan/appserviceinfo/actions/workflows/frontend-deploy.yml/badge.svg)](https://github.com/shibayan/appserviceinfo/actions/workflows/frontend-deploy.yml)
[![Update metadata](https://github.com/shibayan/appserviceinfo/actions/workflows/metadata-update.yml/badge.svg)](https://github.com/shibayan/appserviceinfo/actions/workflows/metadata-update.yml)

App Service Info is a website that helps you quickly check **Azure App Service (Windows)** platform and runtime information **by region**.

- Website: https://appservice.info

## What you can check

### Platform

- OS version/build
- App Service / Kudu versions
- Middleware module version
- Processor information
- Recent reimage / rapid update timestamps
- Region / stamp / machine information

### Runtime

- .NET Framework
- .NET (x86 / x64)
- .NET SDK (x86 / x64)
- Java (Oracle / Azul / Microsoft)
- Node.js (x86 / x64)
- npm

### Site Extensions

- Installed site extensions and their versions

## How to use

- Open the website and use the table to compare regions at a glance.
- Click a region to view detailed information (including full version lists).

## License

This project is licensed under the [Apache License 2.0](https://github.com/shibayan/appserviceinfo/blob/master/LICENSE)