Search

Latest articles

View:
Avatar
Avatar

Start configuring Intune in the new Azure Portal

With the new Azure portal launched some months ago now, Microsoft is trying to move all management console in this new portal, and it’s the case with Microsoft Intune. To manage your Intune subscription now, you need to pass through the Azure Portal. To remember, Intune is a service to manage the mobility of your IT environment (mobile phone, laptop, etc.). I’ll now explain to you how to start with this new interface.

Avatar

Step by Step: Backing Up Windows System State into Azure

Using the Azure Backup features for your on-premises platform is a great way to start introducing your organization into cloud services. So, if you haven’t explored the service yet, this is a good option since it should not be disruptive with your current backup process or any critical service you are providing. In this article, we’ll review a simple step-by-step process to set a System State backup of one of your on-premises machines to Microsoft Azure.

Avatar

Improving your Azure Experience: How to Create and Configure ExpressRoute Circuits

One of the main objectives for an organization moving to a public cloud, in any type of shape or form, is regarding the overall performance experience: It cannot be a downgraded version of what they have with their on-premises services. Microsoft is well aware of that, therefore created some time back the possibility to use private connections from your datacenter to MS Azure’s datacenters in order to guarantee this performance.

Avatar

Azure Cloud Shell with Azure CLI

Microsoft has introduced Azure Cloud Shell, a new way of managing resources from the Azure Portal. Within a browser, you can use Bash to troubleshoot and automate your most common management tasks. Support for Windows PowerShell is expected soon. Azure Cloud Shell will help you to store your favorite scripts in the Cloud.

Avatar

[Azure] Azure Site Recovery with ARM – Part 2

Here is the second article of 2 for the Azure Site Recovery implementation with ARM:

  1. Preparation of the environment (Part 1)
  2. Start the replication and Failover/Failback

Avatar

[Azure] Azure Site Recovery with ARM – Part 1

Today we will see how to implement a DRP solution, with Azure Site Recovery. I’ll deploy this solution, based on the ARM. ASR can be used to migrate your VMs to Azure, from VMWare to Azure, etc. In my DRP plan, the service that I defined as critical for my business is a website. I’ll replicate this VM on Azure, with ASR. You can do the same work with a multi-tier application. In my architecture, I have a VPN S2S to Azure. Attached to this network who is connected to the VPN, I have a second domain controller, who is acting as DNS.

Avatar

Enhancing Security in the Hybrid Cloud: Step-by-Step to Connect Advanced Threat Analytics to Azure Security Center

We have been talking on this blog before about the importance Microsoft and the rest of cloud providers are giving to security features and products in the last couple of years. The well-known security incidents present in the industry just in 2017 generated to companies billions in a loss, hence a large number of releases from Microsoft to face these incidents and, above all, provide calm to their customers around the cloud. Microsoft Advanced Threat Analytics (ATA) combines several of the latest security enhancements. In this article, we will review how to connect the ATA platform to Azure, guaranteeing a reliable monitoring.

Avatar

VMware vSphere APIs for I/O Filtering (VAIO) – how does it work?

VMware has recently released VMware vSphere APIs for I/O Filtering (VAIO), a handy document that highlights the VAIO I/O Filtering technology operational principles. Here, we shed light on them briefly and discuss how VAIO can be implemented in a production environment. VAIO is a technology and an API providing the direct access to the virtual machines’ guest OS I/O Stream. VAIO is already employed in partner products for maintaining various tasks (i.e., caching write-back and write-through). VAIO is based on the Storage Policy Based Management framework, dedicated to managing virtual machines storages and set the storage rules.

Avatar

Back to Enterprise Storage

An under-reported trend in storage these days is the mounting dissatisfaction with server-centric storage infrastructure as conceived by proprietary server hypervisor vendors and implemented as exclusive software-defined storage stacks.  A few years ago, the hypervisor vendors seized on consumer anger around overpriced “value-add” storage arrays to insert a “new” modality of storage, so-called software-defined storage, into the IT lexicon.  Touted as a solution for everything that ailed storage – and as a way to improve virtual machine performance in the process – SDS and hyper-converged infrastructure did rather well in the market.  However, the downside of creating silo’ed storage behind server hosts was that storage efficiency declined by 10 percent or more on an enterprise-wide basis; companies were realizing less bang for the buck with software-defined storage than with the enterprise storage platforms they were replacing.

Avatar

[Azure Automation] Migrate your scripts to Azure – Part 2

I recently looking for Azure Automation, from top to bottom. It’s why, in the next 2 articles, we will see how to use this tool, from A to Z:

  • [Azure Automation] Interface discovery – Part 1
  • [Azure Automation] Migrate your scripts to Azure – Part 2 (this post)

Today, we will see how to migrate your On-Premises scripts, to Azure Automation.