Search Results for: vnet

VNET connection between Azure Function or App Service stops working – Service Association Links

Azure Benjamin Perkins

I have this Azure Function that is integrated with an Azure Virtual Network, using Regional integration as shown in Figure 1.  Where Regional VNET Integration is ARM based and the resources are located in the same Azure region.  The other type of VNET integration is uses the classic integration method or if you need to […]

Read More →

WEBSITE_VNET_ROUTE_ALL and Azure Functions

Azure Benjamin Perkins

This would apply to Azure App Services too. This is an interesting feature.  To me it resembles or provides the ability to force tunnel.  The implementations of forced tunneling I have seen have typically been configured using route tables.  Where the route table is a matrix of IP addresses (see Figure 6) that instructs TCP […]

Read More →

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 →

Access to the path ‘D:\home\site\wwwroot\host.json’ is denied.

Azure Functions Benjamin Perkins

If you a receive a System.UnauthorizedAccessException with a message Access to the path ‘D:\home\site\wwwroot\host.json’ is denied, then it likely means you have a network configuration which is blocking access to the Azure Storage Account on which your Azure Function is hosted.  Perform the following to check and see if this could be the case. Check […]

Read More →

Access to the path is denied, Azure DevOps, Azure Deployment Center

Azure Functions Benjamin Perkins

I have been doing some testing with Azure Function deployments which requires me to break stuff.  That gets me into some real trouble sometimes when all I want is a deployment to work like normal.  Here are some other articles I wrote also while doing this. Azure DevOps Visual Studio 2022 add source code Missing […]

Read More →

Azure DevOps Visual Studio 2022 add source code

Visual Studio Benjamin Perkins

I wrote this article some years ago, it’s great to look back at things to see how we have progressed.  That’s a good reason to blog because it is a historical reference, at least from the way I experienced it.  Azure DevOps was called VSTS way back then. Configure Visual Studio Team Services in Visual […]

Read More →