Archive for August, 2018

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 →

How to disable/enable HTTP/2, Azure App Service

Azure App Service Benjamin Perkins

The official announcement can be found here “Announcing HTTP/2 support in Azure App Service”. Currently, to disable or enable HTTP/2 on an Azure App Service you need to use Resource Explorer.  I have written numerous articles about Resource Explorer so if you need more information about it and what it is, take a quick look […]

Read More →

Kali Linux for Windows

Benjamin Perkins Windows

This is pretty cool as I am very interested in this specific flavor of Linux.  I have installed it and it’s very cool.  You can down load this from the Microsoft Store. Then search for “Kali” and install it. Here is the description: “The Kali for Windows application allows one to install and run the […]

Read More →