Setting up FSLogix with Azure Virtual Desktop

Setting up FSLogix with Azure Virtual Desktop

SUMMARY: Cloud engineers can optimize end-user performance and decrease sign-in times in an Azure Virtual Desktop (AVD) environment by implementing FSLogix Profile Containers, which store user profiles in mounted VHD(X) files backed by Azure Files storage. Successful...
Benefits of Using Azure Virtual Desktop (AVD)

Benefits of Using Azure Virtual Desktop (AVD)

This article is the first of a series of blogs which I will discuss the benefits of using Azure Virtual Desktop (AVD) and what it can do to help safely secure your remote workforce. I will first describe the key features that AVD offers and then branch out to specific...
Azure Monitor

Azure Monitor

There are quite a few monitoring tools out there that can benefit you in your environment, but if you want to capitalize on robust alerting and monitoring within the Azure space, then Azure Monitor is the ideal solution to use. Azure Monitor will allow your...
Percona XtraBackup Example

Percona XtraBackup Example

For this example, the following software versions were in use: Ubuntu v20.04.3MySQL server v5.7.35Percona XtraBackup v2.4.24 It is important to note that Percona XtraBackup 8.0 is not compatible with MySQL version 5.7 and was introduced for use with MySQL version 8.0....
Encrypted Replication for MySQL

Encrypted Replication for MySQL

Encrypted connections for MySQL replication are the default as of 8.0. The following simple example shows a basic setup for encrypted replication using Ubuntu 20.04 and MySQL Community 8.0.27. The steps may be similar for other Linux distributions. The necessary files...