Deploying Azure virtual machines isn’t restricted to a single region or resource group. You could have a web server in Australia, an application server in the US, and a code…
Azure
-
-
Using hardcoded security credentials in automation scripts is bad practice, yet some IT administrators still do. If you’re one of the few that does it with Azure, perhaps it’s time…
-
With Azure AD, you can use one of three options for authenticating cloud users against the on-premises Active Directory: Password Hash Sync (PHS). Pass-through authentication (PTA). Active Directory Federation Services…
-
When you implement a hybrid setup of your on-premises infrastructure with Office 365, you also enable the Active Directory synchronization to Azure Active Directory via Azure AD Connect. In this…
-
Hardcoding secrets in scripts or application configurations is frowned upon and poses potential security risks to your organization. But storing secrets securely while making them shareable and easily retrievable has…
-
Azure Resource Locks allow administrators to protect resources in Azure Resource Groups from accidental deletion or changes. You can lock almost all types of Azure resources: virtual machines, web apps,…
-
Migrating your organization to the cloud can be quite confusing to users. It is rare to have a complete on-premises to cloud migration. In most cases, apps and services left…
-
BitLocker is an excellent way to protect your storage media from unauthorized access. Whether moving a drive to another computer or dispatching your old drive, BitLocker encryption ensures that your…
-
Before the advent of cloud computing, you typically would need to provision a server to host and run your automation tasks. So, you not only manage the automation part, but…
-
Is your Azure VM running out of disk space? The default OS disk size varies depending on the VM you deploy. For some, a 128GB OS disk is enough. But…