Archive for December, 2017

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 →

Using Postman to call Azure REST APIs

Azure Benjamin Perkins

I had a need to call an Azure REST API and thought I would document that here. Here are the steps required: Get the Postman app Get your Bearer Token for authentication Configure Postman for calling the Azure Rest API Get the Postman app In this instance I used Chrome and installed the app. Once […]

Read More →