AzureTracks

Practical Azure and Microsoft 365 security walkthroughs

Andrew

  • Create an Azure Virtual Environment – Add a Resource Lock

    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….

    Read article

  • Create an Azure Virtual Environment – Resource Group

    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…

    Read article

  • Azure Storage – Keep Your Data inside Azure

    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…

    Read article

  • Azure Storage – Restrict Storage Accounts to a Virtual Network

    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…

    Read article

  • Azure Storage – Create a Storage Account

    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…

    Read article

  • Azure Readiness – Fundamentals Skills

    Azure Readiness – Fundamentals Skills

    Why would a manager or supervisor, or even the CFO need to understand Azure Fundamentals? Isn’t that type of knowledge handled by the technical people and why would our managers need this knowledge? These are questions that I come across regularly; and my answer is always the same. As a business moves towards cloud adoption,…

    Read article

  • Create an RDP file for your Azure Virtual Machine in PowerShell

    Create an RDP file for your Azure Virtual Machine in PowerShell

    Ever need to quickly connect to one of your virtual machines in Azure? You can use CLI or Azure PowerShell module and the Get-AzRemoteDesktopFile cmdlet to create an RDP file to use for your connection! This is not a widely known method, but it can save you loads of time! See how to use RDP…

    Read article

  • How to Use VS Code for Azure CLI

    How to Use VS Code for Azure CLI

    To keep as much flexibility in my connection and administration work as possible, I like to take advantage of all the hard work of the teams that have given us (the general public) tools like PowerShell, VS Code, and Azure CLI. My clients know that my love of PowerShell is almost equal to that of…

    Read article

  • Azure Naming Conventions

    Azure Naming Conventions

    Most Admins are aware why we should use a standardized naming convention across all your resources, but sometimes we have to explain it to business members or new admins that have not considered this before. It can be a contentious topic sometimes, but Microsoft Docs guides us through this process…. For examples and explanations of…

    Read article

  • Azure Readiness – Let’s Talk Network Latency

    Azure Readiness – Let’s Talk Network Latency

    Understanding your network latency between you and your favourite Azure Region is important.  It can be the difference between responsive services hosted inside Azure, and a negative user experience.  Especially if you are using Azure VPN and not Express Route services. To understand what region is likely better for you to be working out of,…

    Read article