Category Archives: Azure
Guidance for Investigating Attacks in Azure
Learn how to investigate security incidents in Azure by following best practices such as enabling Azure Security Center and using Security Playbooks.
How to Install MariaDB in Azure: A Comprehensive Guide
Learn how to install MariaDB in Azure with this comprehensive guide. Follow our step-by-step instructions and set up MariaDB in your Azure environment.
How to configure Microsoft Azure Blob Storage
A step-by-step guide on how to configure Microsoft Azure Blob Storage, a cloud-based service offered by Microsoft Azure.
How To Create an Azure Load Balancer – Lab9
In this tutorial you will learn how to create a Load Balancer in Azure. This lab I will walk you through the steps to deploy a load balancer to load balance virtual machine traffic. What is an Azure Load Balancer? An Azure load balancer provides high availability by distributing incoming traffic among healthy VMs and…
How To Create Network Security Groups In Azure – Lab8
In this tutorial you will learn how to create Network Security Groups in Azure. This lab will walk you through the steps to deploy a virtual machine and then edit network security groups in azure to allow specific traffic like RDP and HTTP. What are Azure Network Security Groups (NSGs) ? A network security group…
How To Create A Docker Container Instances In Azure – Lab7
In this tutorial you will learn how to create a Docker Container Instance in Azure. This lab will walk you through the steps to deploy a docker container instance and test the deployment. Task Details Log into Azure Portal. Deploy A Docker Container. Review deployment details. Lauch APP through FQDN. Understand the Azure Metric…
How To Create A SQL Database In Azure – Lab6
In this tutorial you will learn how to create a SQL Database in Azure. This lab will walk you through the steps to deploy SQL server and to create a SQL database. Task Details Log into Azure Portal. Create Azure SQL Database. Create a SQL Server firewall rule. Connect to the Azure SQL Database….
How To Create A Linux Virtual Machine in Azure – Lab5
In this tutorial you will learn how create a Linux Virtual Machine in your Azure Lab. I will guide you through the process of logging into Azure Portal and proceeding through the VM wizard to create your Linux Virtual Machine. I will then show you how to SSH into your Linux Virtual Machine and test…
How To Create A Storage Account In Azure – Lab4
In this tutorial you will learn how create a Storage Account in your Azure Lab. I will guide you through setting up a Storage Account and deploying a Storage Container and uploading an object and deploying a File Share and uploading files. Microsoft Azure Storage is the solution for all your storage problems. It gives…
How To Create A Virtual Network In Azure – Lab3
In this tutorial you will learn how create a Virtual Network in your Azure Lab. I will guide you through setting up a Virtual Network and deploying two Virtual Machines onto your virtual network. Afterwards we will create a shared folder and access it from one of the other Virtual Machines. Tasks Details Sign into…