Configuration

How to set Nginx headers

3 minute read

This post will cover how you can modify Nginx headers, in specific for security perspective but it applies for any custom header needed. Note: This is jus...

Running gRPC with Container Apps

4 minute read

Azure Container Apps is a new offering that runs on top of Kubernetes. A nice feature of this is that it supports gRPC, which uses HTTP/2 as its transport pr...

Docker User Namespace remapping issues

10 minute read

Docker has a concept of User namespace and User namespace remapping (Otherwise known as userns). When this is used, this remaps users in the container to les...

Back to top ↑

Troubleshooting

Troubleshooting Azure Functions Javascript

11 minute read

You can find all the best practices for reliable Azure Functions in this reference, this blog post will complement some of these best practices and how you c...

Back to top ↑

PHP

Serving SPAs with PHP Blessed Images

16 minute read

This post provides information on how to serve Single Page Applications(SPAs) with Azure App Service on Linux PHP “Blessed” Images.

Use JpGraph library with Azure Web App

less than 1 minute read

JpGraph is a graph creating library for PHP5 and PHP7.0. The library is completely written in PHP and ready to be used in any PHP app. Here is a demo how to ...

PHP Error Log on Azure Website

2 minute read

1. E_ERROR - Fatal run-time errors. These are the errors that can not be recovered, execution of the script is halted (http://php.net/manual/en/errorfunc.con...

Back to top ↑

Deployment

Running gRPC with Container Apps

4 minute read

Azure Container Apps is a new offering that runs on top of Kubernetes. A nice feature of this is that it supports gRPC, which uses HTTP/2 as its transport pr...

Docker User Namespace remapping issues

10 minute read

Docker has a concept of User namespace and User namespace remapping (Otherwise known as userns). When this is used, this remaps users in the container to les...

Back to top ↑

Java

Azure App Service Java CI/CD with Maven

less than 1 minute read

Azure App Service provides integration with Github, Bitbucket, etc however, for Java webapps, it does not provide a default way to build and deploy the webap...

Capture Java VM Traffic using Fiddler

2 minute read

Customer’s using the Azure SDK for Java may need to capture network traffic for the REST API requests to troubleshoot issues. Below are the steps to configur...

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

Azure App Service on Linux

Docker User Namespace remapping issues

10 minute read

Docker has a concept of User namespace and User namespace remapping (Otherwise known as userns). When this is used, this remaps users in the container to les...

Using PM2 on App Service Linux

6 minute read

PM2 is a production process manager for Node.js applications that allows you quickly start, manage, scale node processes and keep your application online. It...

Back to top ↑

azure

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

Deploy

Serving SPAs with PHP Blessed Images

16 minute read

This post provides information on how to serve Single Page Applications(SPAs) with Azure App Service on Linux PHP “Blessed” Images.

Back to top ↑

Container Apps

Back to top ↑

Linux

Back to top ↑

Nodejs

Using PM2 on App Service Linux

6 minute read

PM2 is a production process manager for Node.js applications that allows you quickly start, manage, scale node processes and keep your application online. It...

Back to top ↑

Python

Back to top ↑

Docker

Running gRPC with Container Apps

4 minute read

Azure Container Apps is a new offering that runs on top of Kubernetes. A nice feature of this is that it supports gRPC, which uses HTTP/2 as its transport pr...

Docker User Namespace remapping issues

10 minute read

Docker has a concept of User namespace and User namespace remapping (Otherwise known as userns). When this is used, this remaps users in the container to les...

Back to top ↑

Azure DevOps

Back to top ↑

Web Apps

Back to top ↑

nodejs

Meteor 1.4 App on Azure App Services

2 minute read

Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connecte...

Sample Nodejs App on Azure App services

less than 1 minute read

Create a azure webapp Browse to Kudu In your favorite Microsoft browser, surf to http://.scm.azurewebsites.net. Ex: if your Azure App Service Web App na...

Meteor 1.2 app on Azure Web Apps (OS X)

3 minute read

Refer Below link for running Meteor 1.4 App on Azure App Services https://blogs.msdn.microsoft.com/azureossds/2016/08/24/meteor-1-4-on-azure-app-services/  

Using Bower in Node.js Azure WebApps

2 minute read

Bower is a package manager for web app. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the packag...

NPM3 on Azure Web Apps

2 minute read

On Windows, the file system itself cannot seem to cope very well with too deeply nested node_modules directory used by NPM. This blog provides details on how...

Back to top ↑

GitHub Actions

Back to top ↑

wordpress

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

Back to top ↑

java configuration

Using wildfly-swarm on Azure App Service

less than 1 minute read

This blog is for the customers who wants to use wildfly-swarm container which is the reconstitution of the popular WildFly Java Application Server. As you kn...

Back to top ↑

Azure web app

Convert Apache .htaccess to IIS Web.Config

1 minute read

A web.config file is the settings and configuration for applications on IIS Server (ex: Azure Paas Websites ). But what if you’re coming from a Linux host – ...

Back to top ↑

Deployments

Back to top ↑

Yarn

Back to top ↑

Wordpress

Back to top ↑

Node.js

Back to top ↑

Performance

Back to top ↑

python

Back to top ↑

web.config

Convert Apache .htaccess to IIS Web.Config

1 minute read

A web.config file is the settings and configuration for applications on IIS Server (ex: Azure Paas Websites ). But what if you’re coming from a Linux host – ...

Back to top ↑

WAWS

Back to top ↑

Windows

Back to top ↑

Node

Back to top ↑

NPM

Back to top ↑

mysql

Back to top ↑

APIAPP

Troubleshoot - Azure Api App

1 minute read

An API app is an App Service web app with additional features that enhance the experience of developing, deploying, publishing, consuming, managing, and mone...

Back to top ↑

WordPress

Back to top ↑

Nginx

How to set Nginx headers

3 minute read

This post will cover how you can modify Nginx headers, in specific for security perspective but it applies for any custom header needed. Note: This is jus...

Back to top ↑

App Service Linux

App Service Linux security FAQs

5 minute read

The platform components of App Service, including Azure VMs, storage, network connections, web frameworks, management and integration features, are actively ...

Back to top ↑

PHP troubleshooting

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

PHP Error Log on Azure Website

2 minute read

1. E_ERROR - Fatal run-time errors. These are the errors that can not be recovered, execution of the script is halted (http://php.net/manual/en/errorfunc.con...

Back to top ↑

.htaccess

Back to top ↑

azure app service web app

Using wildfly-swarm on Azure App Service

less than 1 minute read

This blog is for the customers who wants to use wildfly-swarm container which is the reconstitution of the popular WildFly Java Application Server. As you kn...

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

Back to top ↑

troubleshoot

Troubleshooting Common iisnode Issues

11 minute read

Azure provides built-in diagnostics to assist in debugging node applications hosted on Azure App Service Windows. This article will cover how to enable loggi...

Debug Node.js Web Apps on Azure

3 minute read

Azure provides built-in diagnostics to assist with debugging Node.js applications hosted in Azure App Service Web Apps. In this article, you will learn how t...

Back to top ↑

Azure webapp

Back to top ↑

Azure App Service

Back to top ↑

JavaScript

Troubleshooting Azure Functions Javascript

11 minute read

You can find all the best practices for reliable Azure Functions in this reference, this blog post will complement some of these best practices and how you c...

Back to top ↑

App Service

Back to top ↑

Production

Back to top ↑

SPAs

Back to top ↑

cleardb

Back to top ↑

error-logs

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

Back to top ↑

webapp

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

app service

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

Django

Back to top ↑

Apache

Back to top ↑

app service linux

Back to top ↑

Profiler

Back to top ↑

Kubernetes

Running gRPC with Container Apps

4 minute read

Azure Container Apps is a new offering that runs on top of Kubernetes. A nice feature of this is that it supports gRPC, which uses HTTP/2 as its transport pr...

Back to top ↑

Azure Functions

Troubleshooting Azure Functions Javascript

11 minute read

You can find all the best practices for reliable Azure Functions in this reference, this blog post will complement some of these best practices and how you c...

Back to top ↑

Azure Container Apps

Running gRPC with Container Apps

4 minute read

Azure Container Apps is a new offering that runs on top of Kubernetes. A nice feature of this is that it supports gRPC, which uses HTTP/2 as its transport pr...

Back to top ↑

SAS

Back to top ↑

Magento

Back to top ↑

WebJob

Back to top ↑

ClearDB Troubleshooting

Back to top ↑

Azure Storage

Back to top ↑

ClearDB upgrade

Back to top ↑

Drupal

Back to top ↑

php wordpress

WordPress MultiSite 404 on Admin Dashboard

less than 1 minute read

If you are experiencing a 404 when switching to the dashboard of a given site, verify the web.config is accurate. We’ve found that older versions of WordPres...

Back to top ↑

AngularJs

Back to top ↑

Git

Back to top ↑

Azure App Service Web App

Azure App Service Java CI/CD with Maven

less than 1 minute read

Azure App Service provides integration with Github, Bitbucket, etc however, for Java webapps, it does not provide a default way to build and deploy the webap...

Back to top ↑

Migration

Back to top ↑

Maven

Azure App Service Java CI/CD with Maven

less than 1 minute read

Azure App Service provides integration with Github, Bitbucket, etc however, for Java webapps, it does not provide a default way to build and deploy the webap...

Back to top ↑

Flask

Back to top ↑

app services

Back to top ↑

Azure App Service Linux

Back to top ↑

Dotnet Core

Back to top ↑

High CPU

Back to top ↑

High Memory

Back to top ↑

Azure App Service on Windows

Back to top ↑

NGINX

Back to top ↑

Azure Web App for Containers

Docker User Namespace remapping issues

10 minute read

Docker has a concept of User namespace and User namespace remapping (Otherwise known as userns). When this is used, this remaps users in the container to les...

Back to top ↑

Proxy

Back to top ↑

Web Apps for Containers

Back to top ↑

Go

Back to top ↑

Web Jobs

Back to top ↑

php error log azure webapps

PHP Error Log on Azure Website

2 minute read

1. E_ERROR - Fatal run-time errors. These are the errors that can not be recovered, execution of the script is halted (http://php.net/manual/en/errorfunc.con...

Back to top ↑

iis

Back to top ↑

WordPress Azure CDN

Back to top ↑

wordpress troubleshooting

Back to top ↑

SDK

Back to top ↑

Swagger

Troubleshoot - Azure Api App

1 minute read

An API app is an App Service web app with additional features that enhance the experience of developing, deploying, publishing, consuming, managing, and mone...

Back to top ↑

database migration

Back to top ↑

MySQL migrate

Back to top ↑

MySQL upgrade

Back to top ↑

Rewrite Rules

Convert Apache .htaccess to IIS Web.Config

1 minute read

A web.config file is the settings and configuration for applications on IIS Server (ex: Azure Paas Websites ). But what if you’re coming from a Linux host – ...

Back to top ↑

Python-Wheel

Back to top ↑

logging-errors

Troubleshooting Common iisnode Issues

11 minute read

Azure provides built-in diagnostics to assist in debugging node applications hosted on Azure App Service Windows. This article will cover how to enable loggi...

Debug Node.js Web Apps on Azure

3 minute read

Azure provides built-in diagnostics to assist with debugging Node.js applications hosted in Azure App Service Web Apps. In this article, you will learn how t...

Back to top ↑

remote-debug

Troubleshooting Common iisnode Issues

11 minute read

Azure provides built-in diagnostics to assist in debugging node applications hosted on Azure App Service Windows. This article will cover how to enable loggi...

Debug Node.js Web Apps on Azure

3 minute read

Azure provides built-in diagnostics to assist with debugging Node.js applications hosted in Azure App Service Web Apps. In this article, you will learn how t...

Back to top ↑

profiler

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

java troubleshooting

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

node.js

Back to top ↑

apache

Convert Apache .htaccess to IIS Web.Config

1 minute read

A web.config file is the settings and configuration for applications on IIS Server (ex: Azure Paas Websites ). But what if you’re coming from a Linux host – ...

Back to top ↑

deploy

Back to top ↑

tomcat

Back to top ↑

Azure sdk

Back to top ↑

Azure VM

Back to top ↑

certificate

Back to top ↑

gulp

Back to top ↑

ImageMagick

Back to top ↑

custom deploy

Back to top ↑

bower

Using Bower in Node.js Azure WebApps

2 minute read

Bower is a package manager for web app. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the packag...

Back to top ↑

meteor

Meteor 1.4 App on Azure App Services

2 minute read

Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connecte...

Meteor 1.2 app on Azure Web Apps (OS X)

3 minute read

Refer Below link for running Meteor 1.4 App on Azure App Services https://blogs.msdn.microsoft.com/azureossds/2016/08/24/meteor-1-4-on-azure-app-services/  

Back to top ↑

blob

Back to top ↑

iisnode

Back to top ↑

npm

Back to top ↑

Joomla

Back to top ↑

security

Back to top ↑

Mail

Back to top ↑

Azure Linux Web App

Back to top ↑

Redirect

Back to top ↑

best practices

Back to top ↑

nginx

Back to top ↑

Tomcat

Back to top ↑

React

Back to top ↑

Nest

Back to top ↑

Compression

Back to top ↑

ENOSPC

Back to top ↑

Next

Back to top ↑

Zip Deploy

Back to top ↑

Gradle

Back to top ↑

Spring

Back to top ↑

WSGI

Back to top ↑

Security

App Service Linux security FAQs

5 minute read

The platform components of App Service, including Azure VMs, storage, network connections, web frameworks, management and integration features, are actively ...

How to set Nginx headers

3 minute read

This post will cover how you can modify Nginx headers, in specific for security perspective but it applies for any custom header needed. Note: This is jus...

Back to top ↑

EOF

Back to top ↑

Spring Apps

Back to top ↑

Jobs

Back to top ↑

Network

Back to top ↑

php nodejs

Back to top ↑

php extension Azure Webapps

Back to top ↑

azure mysql performance tuning

Back to top ↑

Mail package

Back to top ↑

pear

Back to top ↑

domain name

Back to top ↑

multisite

Back to top ↑

indexing

Back to top ↑

magento root category

Back to top ↑

Affinity

Back to top ↑

ARR

Back to top ↑

Session

Back to top ↑

SSL Offloading

Back to top ↑

Sticky

Back to top ↑

Redis Cache

Back to top ↑

Cloud

Back to top ↑

JDBC

Back to top ↑

Log

Back to top ↑

SQL

Back to top ↑

SQL Server

Back to top ↑

php.ini wincache azure

Back to top ↑

express

Back to top ↑

memcache drupal

Back to top ↑

Azure Web Jobs

Back to top ↑

Cron Jobs

Back to top ↑

php wordpress troubleshooting wordpress

Back to top ↑

cainfo

Back to top ↑

php curl ssl certificate azure

Back to top ↑

Zend Framework

Back to top ↑

java adal rest api arm

Back to top ↑

flask-restplus

Back to top ↑

pycrypto

Back to top ↑

Azure CDN

Back to top ↑

Drupal Redis Module

Back to top ↑

Microsoft Azure Redis Cache

Back to top ↑

Predis

Back to top ↑

Zend Framework 2

Back to top ↑

php extension

Back to top ↑

PHPMyAdmin

Back to top ↑

Yii framework application

Back to top ↑

/media

Debug Node.js Web Apps on Azure

3 minute read

Azure provides built-in diagnostics to assist with debugging Node.js applications hosted in Azure App Service Web Apps. In this article, you will learn how t...

Back to top ↑

cpu-usage

Back to top ↑

memory-leaks

Back to top ↑

Java azure sdk chef knife vm extension

Back to top ↑

npm3

NPM3 on Azure Web Apps

2 minute read

On Windows, the file system itself cannot seem to cope very well with too deeply nested node_modules directory used by NPM. This blog provides details on how...

Back to top ↑

crash

Back to top ↑

node

Back to top ↑

node.exe

Back to top ↑

procdump

Back to top ↑

manager

Back to top ↑

.cer

Back to top ↑

.pfx

Back to top ↑

service certificate

Back to top ↑

virtual machine

Back to top ↑

App Setting

Back to top ↑

Environment Variable

Back to top ↑

local cache

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

Back to top ↑

phpinfo

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

Back to top ↑

timezone

Enable WordPress Error Logs

3 minute read

Logs can help identify slowness, HTTP 500 Fatal Errors,  WordPress “white screen of death” and other issues your Azure App Service Web App may be experiencin...

Back to top ↑

php error log

Back to top ↑

extension

Back to top ↑

azure webapps

Back to top ↑

custom context

Back to top ↑

azure log rotation webapp

Back to top ↑

azure log4j

Back to top ↑

azure webapp java log4j

Back to top ↑

log4j tomcat webapp

Back to top ↑

tomcat webapp

Back to top ↑

process report

Back to top ↑

troubleshooting

Back to top ↑

azure java webapp

Back to top ↑

java jar

Back to top ↑

run java jar webapp

Back to top ↑

webapp java

Back to top ↑

New Relic

Profiling Java process on Azure web apps

1 minute read

There are certain situations when your Java web application is not performing as you expect it to. To understand where the problem lies, you may need to prof...

Back to top ↑

azure php oracle web app

Back to top ↑

azure webapp oracle

Back to top ↑

oracle webapp

Back to top ↑

php oracle webapp

Back to top ↑

cache

Back to top ↑

options

Back to top ↑

properties PHP Troubleshooting

Back to top ↑

test-app

Sample Nodejs App on Azure App services

less than 1 minute read

Create a azure webapp Browse to Kudu In your favorite Microsoft browser, surf to http://.scm.azurewebsites.net. Ex: if your Azure App Service Web App na...

Back to top ↑

mysql linux migration data

Back to top ↑

mysql os disk data disk azure linux

Back to top ↑

SMTP

Back to top ↑

CORS

Back to top ↑

custom domain

Back to top ↑

redirect

Back to top ↑

redirection

Back to top ↑

url

Back to top ↑

composer

Back to top ↑

deployment

Back to top ↑

grunt

Back to top ↑

MediaWiki

Back to top ↑

SSO

Back to top ↑

LogStream

Back to top ↑

CMS

Back to top ↑

credentials

Back to top ↑

database

Back to top ↑

MySQL In-App

Back to top ↑

pip

Back to top ↑

best practice

Back to top ↑

hack

Back to top ↑

hacked

Back to top ↑

site

Back to top ↑

Xdebug

Back to top ↑

LDAP

Back to top ↑

MySQL

Back to top ↑

phpmyadmin

Back to top ↑

Office

Back to top ↑

Bitnami

Back to top ↑

Web App on Linux

Back to top ↑

Blob Storage

Back to top ↑

https

Back to top ↑

jpgraph

Use JpGraph library with Azure Web App

less than 1 minute read

JpGraph is a graph creating library for PHP5 and PHP7.0. The library is completely written in PHP and ready to be used in any PHP app. Here is a demo how to ...

Back to top ↑

Container

Back to top ↑

Azure Linux php ini

Back to top ↑

Azure Linux Web App PHP Settings

Back to top ↑

Azure memory_limit change

Back to top ↑

php ini change azure web apps linux

Back to top ↑

IP restrict

Back to top ↑

Functions App

Back to top ↑

Python Functions App

Back to top ↑

Azure Web App email send

Back to top ↑

Azure web apps gmail

Back to top ↑

Azure Web Apps Send Email gmail

Back to top ↑

C#

Back to top ↑

C# MailKit

Back to top ↑

iisnode version

Back to top ↑

configuration

Back to top ↑

how to

Back to top ↑

How-To

Back to top ↑

docker

Back to top ↑

standard_init_linux

Back to top ↑

error

Back to top ↑

VNET Integration

Back to top ↑

ReactJS

Back to top ↑

Startup

Back to top ↑

XDEBUG

Back to top ↑

subdirectory

Back to top ↑

Virtual Directory

Back to top ↑

Hybrid Connections

Back to top ↑

Hybrid

Back to top ↑

Azure Hybrid Connections

Back to top ↑

Troubleshooting Hybrid Connections

Back to top ↑

App Service - Linux

Back to top ↑

Storage Account

Back to top ↑

Private Endpoint

Back to top ↑

HTTP 431

Back to top ↑

Request Header Fields Too large

Back to top ↑

migration

Back to top ↑

performance

Back to top ↑

PHP 7.2/7.3/7.4

Back to top ↑

Static Content

Back to top ↑

Troubleshooting Dotnet Core on Linux

Back to top ↑

aks

Back to top ↑

kubernetes

Back to top ↑

container registry

Back to top ↑

redirect rules

Back to top ↑

python function app

Back to top ↑

process multiple requests

Back to top ↑

FUNCTIONS_WORKER_PROCESS_COUNT

Back to top ↑

PYTHON_THREADPOOL_THREAD_COUNT

Back to top ↑

easyauth

Back to top ↑

msgraph

Back to top ↑

auth

Back to top ↑

Tcpping

Back to top ↑

trace

Back to top ↑

php8

Back to top ↑

react

Back to top ↑

azure devops

Back to top ↑

php74

Back to top ↑

apcu

Back to top ↑

Rewrite

Back to top ↑

Nuxtjs

Back to top ↑

Angular

Back to top ↑

Imagick

Back to top ↑

Vue

Back to top ↑

PM2

Using PM2 on App Service Linux

6 minute read

PM2 is a production process manager for Node.js applications that allows you quickly start, manage, scale node processes and keep your application online. It...

Back to top ↑

Azure Virtual Machine

Back to top ↑

Laravel

Back to top ↑

SSH

Back to top ↑

Yii

Back to top ↑

Bicep

Back to top ↑

Single Page Application

Serving SPAs with PHP Blessed Images

16 minute read

This post provides information on how to serve Single Page Applications(SPAs) with Azure App Service on Linux PHP “Blessed” Images.

Back to top ↑

SPA

Serving SPAs with PHP Blessed Images

16 minute read

This post provides information on how to serve Single Page Applications(SPAs) with Azure App Service on Linux PHP “Blessed” Images.

Back to top ↑

App Service Windows

Back to top ↑

Azure Linux Virtual Machine

Back to top ↑

Nexus

Back to top ↑

Request Headers

Back to top ↑

Request Header Sizes

Back to top ↑

gRPC

Running gRPC with Container Apps

4 minute read

Azure Container Apps is a new offering that runs on top of Kubernetes. A nice feature of this is that it supports gRPC, which uses HTTP/2 as its transport pr...

Back to top ↑

gzip

Back to top ↑

Mixed content error

Back to top ↑

Too many redirects

Back to top ↑

Debug WordPress

Back to top ↑

HTTP Header

Back to top ↑

Hide Server Name

Back to top ↑

Tomcat Manager

Back to top ↑

Azure AD

Back to top ↑

Azure Service Principals

Back to top ↑

Graph

Back to top ↑

Startup script

Back to top ↑

Startup command

Back to top ↑

Development Servers

Back to top ↑

Environment Variables

Back to top ↑

Managed Identity

Back to top ↑

Lets Encrypt

Back to top ↑

SSL Certificate

Back to top ↑

Web App for Containers

Back to top ↑

Policies

App Service Linux security FAQs

5 minute read

The platform components of App Service, including Azure VMs, storage, network connections, web frameworks, management and integration features, are actively ...

Back to top ↑

Azure Contianer Apps

Back to top ↑

Network Connectivity

Back to top ↑

DNS

Back to top ↑

TimeZone

Back to top ↑

Middleware

Back to top ↑

JBoss EAP

Back to top ↑

IP filtering

Back to top ↑

access restrictions

Back to top ↑

Buildpacks

Back to top ↑

pack cli

Back to top ↑

Github Actions

Back to top ↑

tcpdump

Back to top ↑

networking

Back to top ↑

network trace

Back to top ↑

storage mounts

Back to top ↑

container apps

Back to top ↑

Dotnet

Back to top ↑

php

Back to top ↑

preformance

Back to top ↑

Certificate

Back to top ↑

Custom domain

Back to top ↑

Logging

Back to top ↑

Oracle Database

Back to top ↑

SSR

Back to top ↑