• FaxModem
  • Blog

Deploy cPanel git to Azure Web App Service

Jun 29, 2026 in Cloud & Serverless #microsoft-azure #cpanel

cPanel has built-in GIT hosting that you can use in automated deployment with e.g. Azure Web App service. To make it happen, you create a text file with deployment instructions and credentials in your code repo, and you add an environment variable to Azure.


Fixing SubscriptionIsOverQuotaForSku for App Service Free Tier

Jun 29, 2026 in Cloud & Serverless #microsoft-azure

When creating a Service Plan in a region you never used before, you may run into `SubscriptionIsOverQuotaForSku` error. The solution is to request a service increase, the process is often automated and done in a few minutes. The guide contains step-by-step instructions and lists potential gotchas.


Debugging cron environment on Azure Web App Service

Oct 9, 2025 in Cloud & Serverless #microsoft-azure #python #cron


Cron not working on Azure App Service (Linux)

Oct 2, 2025 in Cloud & Serverless #microsoft-azure #cron


Debugging a 3rd party library in Python

Oct 13, 2025 in Python #microsoft-azure #python #pypi #pycharm


Deploying a Python bot to Azure Web App Service (Free Tier)

May 5, 2025 in Cloud & Serverless #microsoft-azure #python #bot


Finding deployment ID or commit hash with Azure Web Apps Node.JS

Jun 29, 2026 in Cloud & Serverless #node-js #microsoft-azure

You deploy your Node.js code to Azure Web Apps. In your code, you want to know the latest deployment commit ID/hash. Since Azure does not keep the information in environment variables, we will need to call a custom script on each build from package.json.


Deploying a Node.JS application to Azure Web App Service

Sep 11, 2024 in Cloud & Serverless #node-js #microsoft-azure


Github Actions missing

Jan 13, 2022 in Cloud & Serverless #microsoft-azure #github #ci-cd

A quick solution to Github Actions not showing up when integrating Azure