Search

Latest articles

View:
Nicolas Prigent
Nicolas Prigent
IT Production Manager. Nicolas is primarily focused on Microsoft technologies, he is a Microsoft MVP in Cloud and Datacenter Management.
Nicolas Prigent

Azure Lab Services Overview

Microsoft released in February 2019 a new service called Azure Lab service. With Azure Lab Services, you can easily set up and provide on-demand access to preconfigured virtual machines. Thanks to a dashboard, you can also keep your budget in check by controlling exactly how many hours your lab users can use the virtual machines.

Nicolas Prigent

Deploy and Configure Azure Firewall

Azure Firewall is a security service designed for Azure virtual network protection. Presented in 2018, the Firewall, as its name implies, helps to control inbound and outbound network traffic. With a feature-rich service like that, keeping your Azure network this secure has never been that easy!

Nicolas Prigent

Working with Azure VM Extensions

Azure Virtual Machine Extensions are small applications that provide post-deployment configuration and simplify the management of VMs. This feature uses Windows and Linux Azure agents that are automatically installed during the provisioning process. If your VM requires the installation of software, anti-virus protection or running a script inside of it, feel free to use VM extensions. Configure your VMs quickly and easily, automate your critical tasks, and save time with Azure VM extensions!.

Nicolas Prigent

An Overview of Azure Traffic Manager

Traffic in the network is similar to the movement of cars on the roads. If there are no traffic lights and a traffic controller or the number of cars is too large, a traffic jam will arise. How about user traffic incoming to your website? The situation is similar. To ensure high availability and high performance, you need an efficient traffic manager. Azure Traffic Manager (ATM) is a DNS-based traffic load balancing subsystem that allows you to distribute traffic between services in all Azure regions optimally, ensuring a high level of availability and responsiveness. Productivity, priority, balance, multitasking – these characteristics fully describe Azure Traffic Manager. Are you still losing valuable time in information packets traffic jams?

Nicolas Prigent

Configuring Hyper-V Replica on Azure – PART 2

In order to build your own Hyper-V lab in Azure, you need two Hyper-V instances. But, hey, why do we need Hyper-V Replica here? This technology allows you to shift a virtual machine from a server on-prem to Microsoft Azure for maxing out your services uptime. With Hyper-V Replica, returning your services back to the normal functioning becomes a matter of only a few seconds… Looks like a must-have for your Hyper-V environment, doesn’t it?

Nicolas Prigent

Configuring Hyper-V Replica on Azure – PART 1

If you work with Azure close enough, you’ve probably have heard of Nested Virtualization. Yes, it is the feature allowing you to run Hyper-V inside an Azure VM. Why does one need that thing? Well, to build a perfect lab for demos, development, testing, whatever… without buying any extra hardware!

Nicolas Prigent

Configuring Azure Point-to-Site VPN with Windows 10

VPN connections provide remote access to the necessary data and you can get information about your company’s assets at any time. The connection to Azure virtual networks is possible by configuring two types of VPN, namely Site-To-Site (S2S) and Point-To-Site (P2S). S2S VPN allows you to connect two networks and constantly maintain communication between them. P2S VPN is effective for connecting to a virtual network from a remote location if you have a small number of clients for whom such an access is needed. You’re asking how to establish a secure connection of individual clients running Windows 10 to the Azure Virtual Network?

Nicolas Prigent

Creating Custom Hyper-V Gallery

In Windows 10 Fall Creator Update, Microsoft introduced a new feature called the “Hyper-V Quick Create Wizard” which is very useful because you can create a Virtual Machine with the default settings and save time. Using this feature, you can create a VM with a single ISO file located on your system, or you can create a VM from the Online Gallery. By default, Quick Create will list a Windows 10 Developer Environment but you can easily add your own Virtual Machine Images from your local/online repository.

In this article, I will describe how to use this feature and how to add a custom VM Image into your own Gallery.

Nicolas Prigent

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.

Nicolas Prigent

Managing Windows Containers with Graphical User Interfaces

In this article, I will describe how to manage Windows Containers via GUI. Docker provides a great Docker CLI that allows us to create, interact, and delete containers, but sometimes it’s nice to have an interface to manage Containers. There are many admins who much prefer a GUI tool to handle every task and it can be useful to use an interface when you have many containers to manage or if you start working with Docker. In this article, I don’t want to judge which GUI is better because it depends! You must use the GUI that will suit your needs. So do not hesitate to test this GUI.