Azure Activity Log Alerts are azure resource, you can receive alerts about operations that were performed on resources in your subscription or resource group.Even far we can know about service health events that may impact the health of your resources.…
Author: Kasun Rajapakse
Script to Deploy Azure VM (Azure CLI)
The Azure CLI 2.0 is Azure’s new command line experience for managing Azure resources. It can be used on MacOS, Linux, and Windows. We can use Azure CLI for administrating Azure resources and building automation scripts against Azure Resource Manager.To…
Azure Cloud Shell
In the Build 2017 Microsoft announced new features added to Azure so this is one of the feature that added to ARM portal. Now we can use Azure CLI inside the browser. to enable this first you have to click…
Migrate IaaS from Classic to Azure Resource Manager (PowerShell)
In Azure we have two deployment methods, ASM (Azure Service Manager) aka classic & ARM (Azure Resource Manager). When the beginning of Azure we use ASM model to deploy resources and manage our cloud infrastructure but soon Azure team realize…
Create Managed Disk VM (ARM Template)
Azure Managed Disk is the way we can deploy VMs disks without using storage account. In previous(Unmanaged) disks before we create a VM (ARM) we need to create a storage account to store those VMs disks. Managing storage account may…
Network Watcher Service in Azure
Network Watcher is a service that enables you to monitor and diagnose conditions at a network different scenarios level in, to, and from Azure. Network diagnostic and visualization tools within Azure Network Watcher help you understand, diagnose, and gain insights to…
Managed Disks for Azure VMs
Azure Managed Disk is the way we can create the VM disks without using a storage account. In previous scenarios if we want to create a disk and attached to VM first we should have a storage account to store…
Restore-as-a-Service (RaaS) Azure Backup
Last Week Azure announced the new capability of the Azure Backup which we can mount the backup as a device to the protected machine. Following are some of the benefits from this One restore mechanism for all backup sources Instant…
JEA (Just Enought Administration) for DNS Server
Just Enough Administration (JEA) is security technology we can use to delegate enough administration rights to complete tasks that can manage through PowerShell. By Implementing JEA we can accomplish following goals: We can reduce the number of administrators for a…
Enroll Android Device to Intune
When we come to device management we can’t left off Microsoft System Center Configuration Manager and Intune. Intune is a Microsoft offering for the mobile device management. By using Intune we can manage Android, Apple, Windows Phone & desktops. from…