Category: Virtual Machine

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 →

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 →

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 →