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…
Category: Azure
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…
What Latest Improvements and Changes with Windows Server 2019
Windows Server 2019 was released earlier this year and, with it, there are a number of new features to be considered. This new server OS provides the latest benefits from Microsoft for…
Deploy the Azure Cloud Witness for your Fail-over Cluster Quorum for Windows Server 2016 & 2019 with PowerShell
For the longest time, when deploying a cluster with Windows Server, you only had the two options, Using a dedicated disk for the quorum, or Configuring an SMB file-share as the quorum…
7 Reasons to Switch to Azure Virtual Machines
Azure VMs: Pricing, Licensing & Features Azure storage and VM volumes provide the incredibly useful platform many businesses choose today for cloud solutions. Highly available, well-maintained and adaptable – all with cost…