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…
Setup Alibaba Cloud DNS
Alibaba Cloud DNS is a highly available and scalable Domain Name System that provides authoritative DNS servers and DNS management services. Alibaba Cloud DNS uses globally distributed databases and synchronizes your data to…
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…
Create a Billing threshold alarm rule Alibaba
You can create a Billing Alert Threshold to manage and monitor the usage of cloud service. Login to Alibaba Console Click the Billing Management Click the Monthly Spending Alert Apply the alert…
Configure NTP Server for Time Sync
Right-click [Start] button and open [run] and input [gpedit.msc] like follows. Select [Administrative Templates] – [System] – [Windows Time Service] – [Time Providers] on the left pane, and Open [Enable Windows NTP…
Deploy ESXi 6.5 from Using USB stick and unattended file
VMware ESXi 6.5 has been released last month and I decide to share with you how I have deployed ESXi 6.5 from a USB stick and with an unattended file. There is…
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…