Tags: Azure App Service

Create a VNET and access an Azure VM hosted within it from an App Services Web App

Azure Benjamin Perkins

There are 2 kinds of VNETs at the moment, they are VNETv1 (ASM), also referred to as ‘Classic virtual networks’ and VNETv2 (ARM), aka ‘Resource Manager virtual networks’. The binding between a VNETv1 and a Web App can be achieved within the AUX portal here, while the same needs to be performed using PowerShell for […]

Read More →

Azure App Service Disk Length Queue

Azure App Service Benjamin Perkins

It wouldn’t be prudent to divulge the intellectual property (IP) details of how Azure App Services are configured in detail, but, right or wrong, I like to point to Azure Pack Web Sites (*) as the building block of Azure App Services.  However, keep in mind that Azure Stack is a more recent version of […]

Read More →

Set or change an Azure App Service file or folder permission

Azure App Service Benjamin Perkins

I was using FileZilla to try to change the file permissions and I got this error: Status:   Setting permissions of ‘/site/wwwroot/index.html’ to ‘644’ Command:  SITE CHMOD 644 index.html Response:  500 ‘SITE’: command not understood Status:   Setting permissions of ‘/site/wwwroot/index.html’ to ‘755’ Command:  SITE CHMOD 755 index.html Response:  500 ‘SITE’: command not understood Then I started […]

Read More →