Showing results for App Services - Developer Support

Apr 27, 2021
0
0

How to deploy Angular app to Azure App Service running Linux from GitHub

Developer Support
Developer Support

This sample demonstrates how to deploy, from GitHub, an Angular single page application (SPA) to Azure App Service running Node.js on Linux. A continuous delivery/continuous integration pipeline will be also put in place with a GitHub Action.

AngularApp ServicesGitHub
Jan 7, 2021
3
0

Reducing SNAT Port consumption in Azure App Services

Developer Support
Developer Support

If you find yourself struggling with SNAT ports using Azure App Services and your destination is an Azure service that supports service endpoints, regional VNET integration with Service Endpoints or Private Endpoints can provide a fairly simple way to allow these requests to use an internal, optimized route and avoid SNAT port limitations.

App ServicesVNetSNAT
Sep 30, 2020
0
0

Collect and Automate Diagnostic Actions with Azure App Services

Developer Support
Developer Support

Troubleshooting production systems is often a balance between restoring services quickly and trying to collect enough information to isolate what caused the issue. For complex application issues, it’s almost always helpful to capture a memory dump.

TeamAzureApp Services
Apr 29, 2020
5
0

Using Azure App Services with Hybrid Connections

Developer Support
Developer Support

Guidance to help fast track cloud migration and application modernization using App Service hybrid connections to open a whole new world of possibilities.

TeamApp ServicesDatabases
Apr 18, 2020
0
1

Ghost Update Take Two – 64-bit NodeJS

Developer Support
Developer Support

In my previous post, I explained how to deploy Ghost on Azure Web App; however, Ghost v2.25.5 now requires Node.JS 64-bit to support the sharp package v0.22.1. If you followed my initial instructions to create the free App Service, you will notice that this build will break your post images.

TeamAzureApp Services
Jul 27, 2019
9
1

Creating a Ghost Blog on an Azure App Service

Developer Support
Developer Support

Have you ever wanted to run your own blogging website but not sure if you want to build your own site or purchase an existing service? I had the same question myself and when I was studying for an Azure certification, I came across a demo of using this Ghost platform and the Azure Container Registry (ACR).

TeamAzureApp Services
May 10, 2019
0
0

Moving legacy ASP.NET apps with Windows authentication to Azure App Service (Part 1)

Developer Support
Developer Support

App Dev Manager Mike Lapierre explores authentication options when moving legacy ASP.NET apps to Azure App Services. When attempting to move legacy ASP.NET apps to Azure App Service, you might encounter a few challenges which are documented here. I want to cover specially the use Windows authentication which is not supported in Azure App Ser...

TeamAuthenticationApp Services
May 10, 2019
0
0

Migrating a static web site using custom HTTP modules to Azure App Service

Developer Support
Developer Support

I was asked recently about migrating a local Internet Information Server (IIS) static web application to an Azure App Service. For this type of question For migrations to Azure, resources like the App Service Migration tool are usually a good place to start. In this case the App Service Migration tool reported issues...

TeamApp ServicesIIS
Dec 23, 2018
4
0

SonarQube Hosted On Azure App Service

Developer Support
Developer Support

This project simplifies the setup of a SonarQube server to one step. Simply click the Deploy to Azure link on the project homepage and follow the simple walkthrough to have resources deployed out and configured.

TeamAzureApp Services