Category: Azure

How I improved my chatbot

Benjamin Perkins C#

I think a common attribute of a hardcore coder is procrastination. Up to now I have brainstormed my LadyBug but have not done much coding to support the backend. Nonetheless, this is probably my last blog on the design of my #chatbot and will start coding it pretty soon. If you haven’t seen my other […]

Read More →

Create a VNET and access an Azure VM hosted within it from an App Services Web App

Azure Benjamin Perkins

There are 2 kinds of VNETs at the moment, they are VNETv1 (ASM), also referred to as ‘Classic virtual networks’ and VNETv2 (ARM), aka ‘Resource Manager virtual networks’. The binding between a VNETv1 and a Web App can be achieved within the AUX portal here, while the same needs to be performed using PowerShell for […]

Read More →

Cannot publish to Sovereign Cloud

Azure Benjamin Perkins

I was reading this article where it discusses some of the different kinds of Clouds that Azure supports. For example: Public Cloud China Cloud German Cloud US Government Cloud There may be more, but I was working on publishing an Azure App Service to the German Cloud and I was not finding my subscription in […]

Read More →

Azure App Service Disk Length Queue

Azure App Service Benjamin Perkins

It wouldn’t be prudent to divulge the intellectual property (IP) details of how Azure App Services are configured in detail, but, right or wrong, I like to point to Azure Pack Web Sites (*) as the building block of Azure App Services.  However, keep in mind that Azure Stack is a more recent version of […]

Read More →

Azure Functions and Azure are blowing my mind

Azure Functions Benjamin Perkins

I am really starting to like these Azure Functions.  Just imagining that I don’t even need a server anymore…at all.  Only a few years ago the major blocker was getting a server online to manage requests from your customer, the cost, complexity and management was HUGE!  And now you don’t even need one at all.  […]

Read More →