Configuration

Tomcat HTTP 404’s on App Service Linux

12 minute read

This post will go over general troubleshooting for HTTP 404’s when using Java on App Service Linux with .war-based applications, which uses Tomcat.

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

Rebuild Your Node.js Project the Right Way

3 minute read

Losing your package.json can be a real hassle, especially in larger projects. It’s crucial for managing dependencies and scripts, and without it, you’re stuc...

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 ↑

Linux

Tomcat HTTP 404’s on App Service Linux

12 minute read

This post will go over general troubleshooting for HTTP 404’s when using Java on App Service Linux with .war-based applications, which uses Tomcat.

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

Tomcat HTTP 404’s on App Service Linux

12 minute read

This post will go over general troubleshooting for HTTP 404’s when using Java on App Service Linux with .war-based applications, which uses Tomcat.

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 ↑

Container Apps

Back to top ↑

Deploy