by George Chrysovaladis Grammatikos | Jan 18, 2019 | Azure, Compute
Introduction In this post, we talk about Azure Batch Service. This service was created to execute parallels batch workloads without having the stress of the resources that they need to run these jobs. And that happens because Azure Batch is responsible to create...
by George Chrysovaladis Grammatikos | Oct 18, 2018 | Azure, Virtualization, VM
At this post, we are going to describe the ways that we can handle Windows Update issues in an Azure VM and of course in any other Windows OS. Important In any of the following ways, we MUST be very careful because in some cases we need to change the system files or...
by George Chrysovaladis Grammatikos | Oct 12, 2018 | Az-Troubleshooting, Azure, VM
Introduction Microsoft recently announced that the Azure Virtual Machine Serial Console is generally available in global Azure regions. With this feature we are being able to access the Virtual Machine (Windows or Linux) via a text-based console, which is connected to...
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 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...