Windows Virtual Desktop (WVD) was finally released to public preview in Azure, Here is a step-by-step guide to deploy Windows Virtual Desktop!, WVD is Microsoft’s new Desktop-as-a-Service offering to provide Windows 10…
Category: Azure
Microsoft Windows Virtual Desktop Event
Topic: Microsoft WVD Date: Wednesday 8 May 2019 Time: 7.00 PM to 9.00 PM SGT Download PDF Microsoft Windows Virtual Desktop
Azure Backup for SQL Server in Azure Virtual Machines now generally available!
Microsoft announced the Azure Backup for SQL Server in Azure Virtual Machines in General Availability! Azure Backup for SQL Server is an enterprise scale backup solutions that doesn’t need infrastructure deployment &…
Multiple Point-to-Site VPN Gateways Create
The Point-to-Site configuration guide provided by Microsoft is pretty easy to follow. Microsoft provides specific instructions and recommendations and followed for this guide creation. In this, above particular diagram, configure to a Point-to-Site connection…
Azure Health Service
Azure Service Health notifies the azure datacenter and services incident and planned maintenance in the portal or Azure status site. Based on notifies can mitigate downtime of operations. From Azure Service Health…
Azure Best Practices Learning
The following is a list of the best practices for learning and using Azure. Azure Developers Guide – https://azure.microsoft.com/en-us/campaigns/developer-guide/ Azure Architecture Centre – https://docs.microsoft.com/en-us/azure/architecture/ Azure Key Vault Developer’s Guide – https://docs.microsoft.com/en-gb/azure/key-vault/key-vault-developers-guide Azure Tips and Tricks…
Azure Public IP Prefixes – Static IP Ranges
Azure offered the ability to get static public IP addresses for many years now, however, when you request an IP you will receive one from the general pool of available addresses and…
Azure Hybrid Benefit
The Azure Hybrid Benefit allows to bring the On-Premises Windows licenses with Software Assurance (SA) to a new deployed Azure Windows Virtual Machine. This feature is applicable for a specific version of…
Azure Adviser Recommendations Cost Save
Microsoft Azure has a very helpful service, called Azure Advisor. Think about it as your personal advice on Azure services. Azure Advisor has many advice and recommendations about operations, availability, performance, security…
Get Role Member – Azure Active Directory
Using below Script to get the member of particular Azure Active Directory. connect-azuread #get all groups Get-AzureADDirectoryRole | select displayname $role = Get-AzureADDirectoryRole | Where-Object {$_.displayName -eq ‘Company Administrator’} Get-AzureADDirectoryRoleMember -ObjectId $role.ObjectId…