0
Azure Cloud Shell

Video – Setting up for a Demo with Azure CLI

Join me for a start to finish Azure CLI walk-through of creating resources to use for testing or doing a demonstration in Azure. I create a Debian and Windows Server VM in about 5 minutes then we clean everything up when we’re done. Let’s build some Azure resources together and see just how easy and fast this really is!

Posted on 3:45 pm
0
Azure Cloud Shell

Setting up for a Demo with Azure CLI

I’ve been asked a few times to share how I setup for doing a demo using different Azure resources. So, I’ll share my first way of setting up — Azure CLI. Today, we’ll walk through some of the steps I run and how to save it to do it all again next time. This is one of the ways that I get setup with storage accounts, Windows servers, Linux servers, and even App Gateways and Load Balancers…so buckle up for a little code run-through!

Posted on 6:38 pm
0
Cleanup of Azure Resources

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 steps for getting logged into Azure Portal and creating a resource group here. Today we are going to look at what cleanup we should do once we are done testing….

Read the full article about cleaning up in Azure…

Posted on 7:56 am
0
Securing and mapping Azure File Share

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 steps for getting logged into Azure Portal and creating a resource group here. Today we are going to look at how to access our file share inside the storage account remotely from a workstation not inside Azure….

Read the full article to learn more about Azure File Shares and accessing data….

Read the full article…

Posted on 1:36 pm
0
Azure File Share Demo

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 steps for getting logged into Azure Portal and creating a resource group here. Today we are going to look at how to access our storage account within the resource group we created in the…

Read the full article to create your own Azure File Share!

Posted on 11:20 am
0
Storage Account

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 and creating a resource group here. Today we are going to deploy a storage account within the resource group….

Read the full article at the link below…

Posted on 1:09 pm
0
Storage Account Deployment

Azure Storage – Keep Your Data inside Azure

Why would you want to keep data inside Azure? Don’t users need to get their files? Let’s talk about data security and data charges as part of our Azure design. When you create a file server, file share out of an Azure Storage Account, or otherwise allow users to access their data, it often can move through your Azure virtual networks through the Internet. Today, we will look at selecting build options to keep your data inside Azure on the Azure backbone, and as a result of that we will limit Internet access and decrease data egress.

Read the full article…

Posted on 6:33 pm
0
Storage Account Options

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 mean it is harder for users to get data! It just means that we as Azure builders need to build our systems thoughtfully. In this case, your file servers or an application server would be segregated onto a single VNET (virtual network) and would be the only systems able to freely…

Read the full article…

Posted on 6:54 pm