Search

Latest articles

View:
Avatar
Avatar

Configure Azure Network Adapter from Windows Admin Center to connect Windows Server 2019 to Azure

After rolling out Windows Server 2019 and Windows Admin Center a month ago, Microsoft said that both were designed with ongoing popularity of all-cloud and hybrid-cloud environments in mind. This being said, let’s talk about the new multifunctional Azure Network Adapter! As you know, large workloads require good connections to VMs in Azure. This can be accomplished by using things like Site-to-Site VPN, Azure Express Route, or Point-to-Site VPN. Here, Azure Network Adapter comes into the play, allowing to connect VMs to the Azure Virtual Network just in one (or two) clicks!

Avatar

Deploy a virtual Kemp load-balancer appliance

Kemp provides a product called LoadMaster that provides a load balancer. Load Master is available in physical and virtual appliances. The virtual appliance is also called VLM (Virtual LoadMaster). LoadMaster can be deployed either in On-Prem and in Microsoft Azure. Today I wanted to show you how to deploy a VLM and the first configuration steps.

Avatar

[Azure] Backup your SQL Server databases

Microsoft released a few weeks ago a new feature, to backup your SQL Server databases, directly from Azure Backup.  This new functionality is very interesting and is working smoothly for a preview. Adding of other databases types like Oracle, MySQL, PostGre, etc. could be very interesting.

Avatar

Working with Azure Container Instances

ACI lets you create Linux or Windows Containers without the need to deploy a Container host, so in other words, ACI is serverless, and it works like a charm! So in this article, I will describe how to create a simple Container using Azure Container Instances (ACI). In the first part, I will describe ACI using the Azure Portal and the command line, and in the second part, I will describe Azure Container Registry.

Avatar

Using the AWS cli to backup to AWS from a remote server

I run a few small non-AWS hosted VM’s for things like my blog and email. These VM’s are typically run on LAMP stack style environments with a few customizations for monitoring and reporting that I like to run on the servers. Because of the hosted nature of the servers, I will admit that I did not always back up the content as often as I should.

Avatar

How does REST API work in VMware Fusion and VMware Workstation?

VMware introduced REST API in VMware Fusion 10, the desktop virtualization platform for MacOS, back in the last fall. This interface enables to orchestrate not only the virtualization platform itself but also virtual machines running on top of it. Exact the same REST API appeared in the recently released VMware Workstation 2018 Tech Preview. However, there’s a small thing about the API for Workstation: it works only on Windows hosts so far.

Avatar

Everything You Need to Know About the Cumulative Update 10 of Exchange Server 2016

If you are an information technology administrator, then by now, you would have known that Microsoft released Cumulative Update 10 for Exchange Server 2016. This update takes Exchange Server 2016 on version number 15.01.1531.003. These latest updates are available now on the download center. These new updates have addressed many issues of the previous versions which range from issues related to security or quality reported by the customers to updates in functionalities. This Exchange Server update also comes with important changes to installation prerequisites.  In today’s post, we will talk about the updated prerequisites, details about this version and how to install the update. So, without any more delay, let us start.

Avatar

[Azure] Deploy a Service Catalog for your different teams in your company

Some month ago, Microsoft released a new Azure feature allowing to deploy service catalogs right in the public cloud. What is that thing for? To make teamwork in Azure a breath! Now, thanks to prebuilt templates and controlled parameters, your teams can deploy web apps or VMs so that they won’t break your budget (if you set everything right, of course). Learn how to deploy service catalogs in Azure in the full article by Florent Appointaire.

Avatar

[Flow] Discovering and start using Microsoft Flow

Microsoft Flow is a handy tool to create automated workflows between your favorite apps and services. It allows you to collect data, sync files, and automate all that boring jobs related to, let’s say, sending emails once a tweet with a buzzword is posted. Find out how to set Microsoft Flow in the full article by Florent Appointaire.

Avatar

Using PowerShell on Linux

PowerShell is a command line (CLI) scripting language developed by Microsoft to simplify automation and configuration management, consisting of a command-line shell and associated scripting language. It’s a (huge) evolution (or better a revolution) from the original DOS batch language (still supported in latest Windows OS with the cmd.exe command), and it’s really better compared to the different previous attempts to replace the batch language (like Windows Script Host).