Author: Benjamin Perkins

Troubleshooting App Service Hybrid Connection Manager

Azure App Service Benjamin Perkins

I wrote this article “Enable logging for your Hybrid Connection Manager, troubleshooting”, but that was for the deprecated Hybrid Connection feature which uses Azure Biztalk.   You would see any ‘classic’ connections in the ‘Classic hybrid connections’ area on the Hybrid connections as seen in Figure 1. Figure 1, classic hybrid connections If you are running […]

Read More →

osDisk.managedDisk.id’ is not allowed

Azure Benjamin Perkins

I was writting this article here “How to use ARM templates for deployments” and received the result seen in Figure 1. Figure 1, failed deployment using templates azure arm When I clicked on the operations details i found the following details. {    “error”: {      “code”: “InvalidParameter”,      “target”: “osDisk.managedDisk.id”,      “message”: “Parameter ‘osDisk.managedDisk.id’ […]

Read More →

Deployment template validation failed: Circular dependency detected on resource

Azure Benjamin Perkins

I was writing this article “How to use ARM templates for deployments” and received this error when I click the purchase button from within the portal. Deployment template validation failed: “Circular dependency detected on resource: “/subscriptions/25ec5/resourceGroups/HCM/providers/Microsoft.Network/networkInterfaces/hcm00146″;. Please see https://aka.ms/arm-template/#resources for usage details.”. (Code: InvalidTemplate) Here is a list of some actions to take if you […]

Read More →

Beginning C# 7 Programming with Visual Studio 2017, co-author Benjamin Perkins

Benjamin Perkins C#

Beginning C# 7 Programming with Visual Studio 2017, co-author Benjamin Perkins The Beginning C# 7 Programming with Visual Studio 2017 book is now available, check it out here.  I had again an opportunity to contribute some chapters to this book.  What an awesome experience!  There are lots of examples, experiences, discussions and reviews of the […]

Read More →