resource groups
-

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 – Cleanup
This article is the last in a mini-series that has shown 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 – Storage Accounts
… 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 steps for getting logged into Azure Portal…
-

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 Storage – Restrict Storage Accounts to a Virtual Network
Today, we will restrict the access to the storage account to a single virtual network to ensure that it is more secure and not accessible over the internet directly. This is something to consider when designing your Azure storage as there are specific use cases where the design should be more secure. This does not…
-

Azure Storage – Create a Storage Account
Let’s take a look at how to create a storage account in Azure that you can use for storing your files. This will be the first in a series of articles that will show you how to create, secure, and then optimize usage on the Azure internal backbone for your storage account data. First, let’s…