Share via


benjamin perkins

List<Solution> solutions = changes.Where(c => c.CeterisParibus != true)

How to deploy to Azure using an ARM template with PowerShell

I wrote this article here “How to use/create ARM templates for deployments” where I show how I...

Author: benjaminperkins Date: 05/16/2018

How to Azure Function App with Hybrid Connection

On my path to create this article, I wrote numerous other along the way.  To get a overview of the...

Author: benjaminperkins Date: 05/16/2018

Creating an Azure App Service Hybrid Connection

This is such a simple yet powerful tool to use, easy to implement and does some real hard core,...

Author: benjaminperkins Date: 05/16/2018

Troubleshooting App Service Hybrid Connection Manager

I wrote this article “Enable logging for your Hybrid Connection Manager, troubleshooting”, but that...

Author: benjaminperkins Date: 05/16/2018

How to use/create ARM templates for deployments

I was building a lab for the creation of a Hybrid Connection Manager (HCM) link between an Azure App...

Author: benjaminperkins Date: 05/16/2018

Required parameter 'adminPassword' is missing (null).

In case you have not read the article which led to this one, check it out here “How to use ARM...

Author: benjaminperkins Date: 05/16/2018

osDisk.managedDisk.id' is not allowed

I was writting this article here “How to use ARM templates for deployments” and received the result...

Author: benjaminperkins Date: 05/16/2018

Deployment template validation failed: Circular dependency detected on resource

I was writing this article “How to use ARM templates for deployments” and received this error when I...

Author: benjaminperkins Date: 05/16/2018

How to create a new Azure Active Directory

Historically, or for some time the way to create an Azure Active Directory was either to create a...

Author: benjaminperkins Date: 05/07/2018

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

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

Author: benjaminperkins Date: 05/03/2018

Web Server Logging, IIS logs, deployment slots and swaps

I wrote a number of articles related to this topic, have a look to get a better context in regards...

Author: benjaminperkins Date: 04/18/2018

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

The official announcement can be found here “Announcing HTTP/2 support in Azure App Service”....

Author: benjaminperkins Date: 04/18/2018

Make changes to Azure App Service setting using Postman

I wrote an article here “How to disable/enable HTTP/2, Azure App Service” that showed how to change...

Author: benjaminperkins Date: 04/18/2018

How to pick the stamp or scale unit where your App Service will run

You can’t.  The best you can do is pick the region / location. Read the bottom for a way to try and...

Author: benjaminperkins Date: 04/09/2018

Kali Linux for Windows

This is pretty cool as I am very interested in this specific flavor of Linux.  I have installed it...

Author: benjaminperkins Date: 04/06/2018

How to create an Azure Function in Visual Studio

I have relocated this article to its new home here:...

Author: benjaminperkins Date: 04/05/2018

How to connect to a database from an Azure Function

I migrated this article to its new home here:...

Author: benjaminperkins Date: 04/05/2018

Deploy an Azure Function created from Visual Studio

This article has been moved to its new home...

Author: benjaminperkins Date: 04/05/2018

An error occurred

This article has been moved to its new home here:...

Author: benjaminperkins Date: 04/05/2018

Publish failed

This article has been moved to its new home...

Author: benjaminperkins Date: 04/05/2018

Server Error 0x800004005 Request timed out.

I wrote this post and this lab about the impact of having debug=true in your web.config file.  The...

Author: benjaminperkins Date: 03/28/2018

Adding groups to an Azure Active Directory domain

I wrote about creating a user in an Azure Active Directory domain or adding users to the Azure...

Author: benjaminperkins Date: 03/22/2018

Adding users to an Azure Active Directory domain

I am going to do a self study to learn how to implement authentications and authorization into my...

Author: benjaminperkins Date: 03/22/2018

How to analyze a trace taken using NETSH TRACE

I wrote article "Capture a NETSH network trace" here, where I discussed how to capture a NETSH...

Author: benjaminperkins Date: 03/09/2018

Analyze NETSH traces with Wireshark or Network Monitor, convert ETL to CAB

I wrote a post about how I captured a NETSH trace here "Capture a NETSH network trace".  I like to...

Author: benjaminperkins Date: 03/09/2018

Capture a NETSH network trace

Here are the official details on this one.  I was needing to do this and realized that I had never...

Author: benjaminperkins Date: 03/09/2018

Configuration error, targetFramework 4.7

I was deploying some code to one of my IIS servers and got this YSOD as seen in Figure 1.  I had...

Author: benjaminperkins Date: 03/08/2018

.NET Core 2.0 modular and NuGet packages

One of the cool features of the .NET Core is that the namespaces you reference in the project are...

Author: benjaminperkins Date: 03/02/2018

Targeting a specific version of the .NET Framework

I find numerous opinions and understandings about side-by-side and in-place installations of the...

Author: benjaminperkins Date: 02/22/2018

What is the current .NET version on an Azure App Service

I have an App Service here (currentdotnetversion) that shows the output of the current (when I wrote...

Author: benjaminperkins Date: 02/19/2018

How to delete your Azure App Service deployment credential

I wrote this article “Resetting FTP password, using Publish Profile credentials, Azure App Service”...

Author: benjaminperkins Date: 02/19/2018

How to check the version of .NET Core on an Azure App Service

If you would like to check the version of .NET core installed on the Azure App Service platform you...

Author: benjaminperkins Date: 02/19/2018

How to Backup/Restore an Azure App Service using Azure PowerShell

Use these Azure PowerShell cmdlets: New-AzureRmWebAppBackup Restore-AzureRmWebAppBackup...

Author: benjaminperkins Date: 02/08/2018

How to Backup/Restore an Azure App Service using BASH

Check out my post here that explains how to start the Cloud Shell and set the subscription. Also...

Author: benjaminperkins Date: 02/08/2018

How to set Azure BASH to a specific Azure subscription

At the top right of the Azure Management portal here, you will see the Cloud Shell item, Figure 1,...

Author: benjaminperkins Date: 02/08/2018

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. 404.63.0

I was troubleshooting this issue on an Azure App Service (ASE) and found the 404 was actually a...

Author: benjaminperkins Date: 01/30/2018

TLS on Azure App Services

I wrote this article some time ago “How to disable TLS 1.0 on an Azure App Service Web App” that...

Author: benjaminperkins Date: 01/25/2018

What Root Certificates exist on an Azure App Service, CA Root

As you may already know SSL/TLS is offloaded on the Front Ends (*) and this is where certificate...

Author: benjaminperkins Date: 01/24/2018

Why is my Azure App Service down?

Why is my Azure App Service Slow?  Why does my Azure App Service consume so much CPU?  Why does my...

Author: benjaminperkins Date: 01/18/2018

Installing Procdump for Linux

Since I support Azure App Services and there is a influx of customers who want to use the Azure App...

Author: benjaminperkins Date: 01/11/2018

How to disable preloadEnabled on an Azure App Service

I wrote this article here that describes the requirements for creating an XDT file which will allow...

Author: benjaminperkins Date: 01/09/2018

Quick way to deploy an Azure App Service from Visual Studio

This article has most to do with #AzureGermany #GermanCloud however the approach can be used in all...

Author: benjaminperkins Date: 01/03/2018

Deploy to an Azure App Service using KUDU and a zip file

I wrote this article about a KUDU feature that supports the dragging and dropping of files from a...

Author: benjaminperkins Date: 12/28/2017

How to make a local deployment and create a zip file for drag and drop deployment

I wrote this article “Deploy to an Azure App Service using KUDU and a zip file” that explains how to...

Author: benjaminperkins Date: 12/28/2017

How to capture an ASP.NET Core memory dump on Azure App Service

I have written numerous articles about ASP.NET and creating memory dumps, but noticed I had not...

Author: benjaminperkins Date: 12/27/2017

Azure App Service Disk Length Queue

It wouldn’t be prudent to divulge the intellectual property (IP) details of how Azure App Services...

Author: benjaminperkins Date: 12/27/2017

Can you trace WCF using Failed Request Tracing

Yes you can.  I wrote this blog a long time ago that explains how to setup a Hello World WCF service...

Author: benjaminperkins Date: 12/15/2017

GENERAL_READ_ENTITY_START

I was looking around for some understanding on the what this event within the request pipeline...

Author: benjaminperkins Date: 12/13/2017

<Previous Next>