Az lab domain, dns zone, private dnz

Domain (TXT) Differentiate between domain and domain name server and components of DNS Domain could be a piece of string that helps to spot a specific web sit DNS (Domain Name System) could be a server that translates the domain to the corresponding ip address to supply the specified webpage https://www.tutorialspoint.com/differentiate-between-domain-and-domain-name-server-and-components-of-dns# Add custom domain to […]

Az lab Back up Azure file shares in the Azure portal – Azure Backup

Back up Azure file shares in the Azure portal – Azure Backup | Microsoft Learn Azure file share backup is a native, cloud based backup solution that protects your data in the cloud and eliminates additional maintenance overheads involved in on-premises backup solutions. The Azure Backup service smoothly integrates with Azure File Sync, and allows […]

Az lab Create and manage a Windows virtual machine that has multiple NICs

Create and manage Windows VMs in Azure that use multiple NICs – Azure Virtual Machines | Microsoft Learn Virtual machines (VMs) in Azure can have multiple virtual network interface cards (NICs) attached to them. A common scenario is to have different subnets for front-end and back-end connectivity. You can associate multiple NICs on a VM […]

Az lab azcopy SAS

Copy or move data to Azure Storage by using AzCopy v10 | Microsoft Learn AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account. This article helps you download AzCopy, connect to your storage account, and then transfer data. Authorize AzCopyYou can provide authorization credentials […]

Az lab all about Implement and manage storage (15–20%)

Introduction to Blob (object) Storage – Azure Storage | Microsoft Learn Containers A container organizes a set of blobs, similar to a directory in a file system. A storage account can include an unlimited number of containers, and a container can store an unlimited number of blobs. BlobsAzure Storage supports three types of blobs: Block […]

Az Lab vnet default, NSG 1 on subnet, and NSG 2 on VM

vnet004799-> vm-subnet (West Europe ) vmserver01Standard B2ms (2 vcpus, 8 GiB memory)Public inbound ports-> None Networkingvnet004799-> vm-subnet (West Europe )NIC NSG -> BasicPublic IP Public inbound ports-> None Default NSG 65000 AllowVnetInBound65001 AllowAzureLoadBalancerInBound65500 DenyAllInBound 65000 AllowVnetOutBound65001 AllowInternetOutBound65500 DenyAllOutBound RDP is denied Add NSG on vnet004799-> vm-subnet (West Europe ) Same set of default rules, lets […]

Az Lab 09b – Implement Azure Container Instances

AZ-104-MicrosoftAzureAdministrator/LAB_09b-Implement_Azure_Container_Instances.md at master · MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator · GitHub Task 1: Deploy a Docker image by using the Azure Container InstanceTask 2: Review the functionality of the Azure Container Instance Task 1: Deploy a Docker image by using the Azure Container Instance Note: Wait for the deployment to complete. This should take about 3 minutes. Note: While […]

Az Lab Configure the network for your virtual machines

Configure the network for your virtual machines – Training | Microsoft Learn Create an Azure Virtual NetworkCreate an Azure VPN GatewayLearn to work with Azure ExpressRoute You want to ensure that you can connect clients or sites within your environment into Azure using encrypted tunnels across the public internet. In this unit, you’ll create a […]

Az Lab Filter network traffic with a network security group using the Azure portal

https://learn.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic Create a virtual networkCreate application security groupsCreate a network security groupAssociate network security group to subnetCreate security rulesCreate virtual machinesAssociate network interfaces to an ASGTest traffic filters Create a virtual network Create application security groups Create a network security group Associate network security group to subnet Create security rules Create a security rule that […]