Category: Azure

How to Azure Function App with Hybrid Connection

Azure Functions Benjamin Perkins

On my path to create this article, I wrote numerous other along the way.  To get a overview of the project I worked on, read the following articles as well. Required parameter ‘adminPassword’ is missing (null). osDisk.managedDisk.id’ is not allowed Creating an Azure App Service Hybrid Connection How to deploy to Azure using an ARM […]

Read More →

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 →