Create an Azure service principal with Azure PowerShell (SPN) key vault RBAC

Key vault Use Azure service principals with Azure PowerShell | Microsoft Learn Automated tools that use Azure services should always have restricted permissions. Instead of having applications sign in as a fully privileged user, Azure offers service principals. An Azure service principal is an identity created for use with applications, hosted services, and automated tools […]

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 […]