by George Chrysovaladis Grammatikos | Oct 9, 2018 | Azure, VM
Introduction In this post, we will try to clear up how we can save up money by bringing the on-premise infrastructure investments on Azure Cloud using the Hybrid benefit What is the Azure Hybrid Benefit The Azure Hybrid Benefit allows to bring the On-Premises Windows...
by George Chrysovaladis Grammatikos | Oct 8, 2018 | Azure, Storage
In this post, we will talk for one of the most used services on Azure, the Storage Services. Throughout this post, we will learn what a Storage Account is , its architecture, the Azure Storage Services, what are the limitations for this service. Azure Storage Account...
by George Chrysovaladis Grammatikos | Oct 5, 2018 | Azure, Virtualization, VM
Important The recommended method to implement this scenario requires an S2S VPN connection in order to ensure resilient connectivity. The following scenario was tested with both deployment methods (S2S, P2S) and P2S VPN connection wasn’t as stable as the S2S...
by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
In this post, we are going to talk about Azure Resource Manager (ARM) Templates, a json file which allows us to deploy resources on Azure in a few steps. What is ARM Template In simple words, an ARM template is a JSON script. This script includes the resource(s) that...
by George Chrysovaladis Grammatikos | Sep 14, 2018 | Az-Powershell, Azure
Overview This PowerShell script covers a complete case with one virtual machine (Windows Server 2016), with one data disk, Virtual Network, Subnet, Public IP Address, Network Security Group, BGInfo, and DiskEncryption Extensions. Details The executing steps are : Step...