Author: Benjamin Perkins

IIS on Nano server

IIS Benjamin Perkins

If you have not seen my full post about all the IIS 10 new features, check it out here. NOTE that is it not recommended to run IIS on Nano. Instead you should be using the self-hosted .NET Core scenario. See here for more information on Server Core with IIS. Also, if you have not […]

Read More →

Azure Management Certificates (German Cloud, Azure Deutschland)

Azure Benjamin Perkins

This article has to do mostly with the German Cloud, #GermanCloud #AzureGermany because it is most probable that there will not be anything similar to manage.windowsazure.com deployed to this solution. Why is that important? It is important because this is historically how many people configured thier PowerShell or other clients to make deployments/configurations onto Azure. […]

Read More →

Azure Functions on 64 bit

Azure Functions Benjamin Perkins

Until this is updated in the portal to allow this, you can read how to enable that at the below links: Allow 64 bit to be enabled in the UI Set Azure Function App on Consumption Plan to 64 bit In summary: Access resource manager here Navogate to the Function App –> subscription/resourceGroups/resourceGroupName/providers/Microsoft.Web/sites/functionaAppName/config/web/use32BitWorkerProcess Set that […]

Read More →

Azure CLI ‘config’ is not an azure command

Azure Benjamin Perkins

I was writing this article here where I tested out installing Azure CLI, logging in and some Azure App Service commands and many of the examples I found were using the CONFIG command when configuring an App Service Plan. I received this error when I execute a command with CONFIG: error: ‘config’ is not an […]

Read More →

Adding LUIS Entities to my chatbot

Azure Benjamin Perkins

I have written a number of articles about my #chatbot #chatbots using LUIS and the Azure Bot Service, see the following: Create a Bot using an Azure App Service Bot Service Most common chatbot questions and how to answer them Publishing a chatbot using Bot Services and LUIS How I tested / debugged my chatbot […]

Read More →