Virtualization
-

Application Gateway – The Listener
Application Gateways provide a secure way to load balance and route incoming web requests to your Azure resources. Today we will look at getting HTTPS requests to come inbound from a browser to your App Gateway, then get sent to the correct server to handle secure requests. A configuration may use this design if you…
-

The Humble Application Gateway
Azure Application Gateways offer an easy way to present web based applications without exposing your systems or content to the public Internet. Additionally, the App Gateway also provides a number of pretty advanced features such as URL based traffic routing, Web Application Firewall (WAF), and the traditional stability of a rock solid Layer 4 Load…
-

Create an Azure File Share – Server-less File Sharing
There has been a shift towards server-less computing happening for some time now. What does it mean for storage, files, and how we access data such as files? I’ve had the good fortune to work with some amazing technical people over the years and I’ve recently had a couple of colleagues ask me about what…
-

Delete a Resource Group with a Lock
Here I am spending a Sunday afternoon writing articles to share with the Azure community and as I start to rush through things a bit I notice the dreaded red X in my Azure notifications tray. I thought that today, I’d share how I’m just a regular human that rushes through things on occasion. So,…
-

Create an Azure Virtual Environment – Accessing Storage Account File Shares
This article is the fifth in a mini-series that will show you how to build out an Azure virtual environment to do learning and testing with. If you already have a subscription that’s awesome! You can get the first 30 days for free with a Microsoft Azure trial account right here. Check out the first…
-

Create an Azure Virtual Environment – Accessing Storage Accounts
This article is the fourth in a mini-series that will show you how to build out an Azure virtual environment to do learning and testing with. If you already have a subscription that’s awesome! You can get the first 30 days for free with a Microsoft Azure trial account right here. Check out the first…
-

Create an Azure Virtual Environment – Add a Resource Lock
Today we learn about protecting resources. Last time, we created a resource group to hold some Azure resources in one spot for us. Today, let’s setup the protection for our resources that will prevent accidental deletion of our important…. Read the full article….
-

Create an Azure Virtual Environment – Resource Group
If you’re reading about Azure and you’ve already done some reading, maybe used some free Microsoft training resources and you are curious about learning more; you’re in the right place! Today, we will cover some of the first steps as you begin your Azure journey. It’s a great day to get started with some hands-on…
-

Azure CLI Introduction
If you are just getting comfortable using Azure or want to start learning a bit more about how to provision virtual machines using a method that can be automated and repeated quickly – stay tuned as we’ll cover some simple commands on using your free Azure account, connecting to Azure CLI, learning some test and…
