Understanding and Resolving the HTTP Error 503 Service Unavailable Error in IIS

Symptom
Here’s a common scenario that many System Administrators, DevOps engineers, and Developers might encounter when users attempt to browse a site hosted on IIS, they receive an HTTP Error 503 Service Unavailable message as below.
 

 
&n… Continue reading Understanding and Resolving the HTTP Error 503 Service Unavailable Error in IIS

Understanding and Resolving the HTTP 413 (Request Entity Too Large) in IIS

Introduction
The “HTTP 413 (Request Entity Too Large)” error is encountered when a client attempts to send a request that exceeds the server’s configured size limit. This is particularly common with large file uploads or extensive data requests. In thi… Continue reading Understanding and Resolving the HTTP 413 (Request Entity Too Large) in IIS

How to disable SAS token on consumption/Premium plan hosted function apps

As we are aware, Azure Files currently does not support identity-based connections. This means that even if we can use identity-based host connections to replace the AzureWebjobsStorage, which uses a SAS token, we still cannot remove the file share con… Continue reading How to disable SAS token on consumption/Premium plan hosted function apps

Automatic Regeneration of Connection ACL keys in VS Code Extension

Starting with version 4.57.6, the Azure Logic Apps (Standard) extension for Visual Studio Code will automatically regenerate the keys required to allow the extension to access Azure Managed Connections. This will allow the same Azure Managed Conne… Continue reading Automatic Regeneration of Connection ACL keys in VS Code Extension