Tag Archives: Microsoft Azure
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 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…
How To Create A Web APP In Azure – Lab2
In this tutorial you will learn how create a Web APP in your Azure Lab. I will guide you through to setting up a Docker container which will display the default welcome message and help you understand what the charts are tell you. Task Details Sign to Azure Portal. Create a Web App using App…
How To Create An Azure Virtual Machine – Lab1
In this tutorial you will learn how to create an Azure Virtual machine using Window Server 2022 Datacenter image and learn how to connect to the virtual machine using RDP. Task Details Sign to Azure Portal. Create an Azure Virtual Machine. Understand deployment details. RDP into the virtual machine Test the created virtual machine. Task…