Tags: Azure Virtual Network

Free PDF download MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203

Benjamin Perkins, Azure Data Engineer, C#

If you want to get a free copy of the Index, Table of Contents and of Chapter 1, have a look here.  Click on the READ AN EXCERPT dropdown and then select the one you would like to review.  Figure 1 illustrates how that looks like. Figure 1, how to get a free PDF copy […]

Read More →

MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203

Benjamin Perkins, Azure Data Engineer, C#

I am proud to announce the publication of my newest book titled, “Microsoft Certified Associate Data Engineer Study Guide” for the DP-203 exam. The example data used in this book consists of my brainwaves. You can download the data and the source code for all the examples in the book on GitHub here . ADLS, […]

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 →

Redeploy Request Submitted – Failed to redeploy

Azure Benjamin Perkins

Having setup an External Git connection to my Azure DevOps repository.  This means I pull the content instead of implementing Azure Pipelines to push changes when committed, this is CI/CD. Figure 1, Sync Azure Function Deployment Center Azure DevOps Same issue as in this article – Access to the path is denied, Azure DevOps, Azure […]

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 →

Microsoft Azure Architect Technologies and Design Complete Study Guide: Exams AZ-303 and AZ-304

Microsoft Azure Architect Technologies and Design Complete Study Guide Exams AZ-303 and AZ-304 Benjamin Perkins

I would like to proudly announce the release and availability of my new Azure Solution Architect Complete Study Guide. The book contains over 700 pages of material relating to the skills and knowledge required to become a great Azure Solution Architect. The book is designed around the requirements for passing both the AZ-303 and AZ-304 […]

Read More →

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 →