Search Results for: github

How to install ASP.NET Core 2.1 for development

ASP.NET Benjamin Perkins

A few days ago Microsoft announced the release of .NET Core 2.1, ASP.NET Core 2.1 and Entity Framework 2.1 here. I wrote a few similar articles about installing Core components, read them to get some greater perspective: Create a .NET Core 2 application on Linux with Visual Studio Code How to enable C# 7 in […]

Read More →

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 →

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 →

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 →

Azure Functions – Timer

Azure Functions Benjamin Perkins

The labs contained in this article show how to create, configure, code and monitor an Azure Function with a Timer. There is a detailed document here “Timer trigger for Azure Functions” which discusses the Timer trigger in detail so I will not readdress that content. I have written an AzureFunctionConsumer program which I host on […]

Read More →

Azure Function – Service Bus

Azure Functions Benjamin Perkins

The labs contained in this article show how to create, configure, code and monitor an Azure Function with a Service Bus. There is a detailed document here “Azure Service Bus bindings for Azure Functions” which discusses the Service Bus trigger in detail so I will not readdress that content. There is also a helpful article […]

Read More →

Azure Functions – Storage Queue

Azure Functions Benjamin Perkins

The labs contained in this article show how to create, configure, code and monitor an Azure Function with a Storage Queue. There is a detailed document here “Azure Queue storage bindings for Azure Functions” which discusses the Storage Queue trigger in detail so I will not readdress that content. I have written an AzureFunctionConsumer program […]

Read More →