by George Chrysovaladis Grammatikos | Mar 19, 2020 | Azure, Compute, DevOps
Recently Microsoft published a new extension for VS Code where we can deploy and manage a Linux VM on Azure. With this extension, we can Create, Start, Stop, Delete, and Add SSH Key. Prerequisites An Azure Subscription (Sign up for a free Azure account by clicking...
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 | May 3, 2018 | DevOps, IT
The purpose of creating a Dev Test Lab in Azure is to give different development and QA/ Testers teams the capability to upload and test the source code for every project of them. Dev Test Lab Benefits Deploy VM/VMs with all code and dev tools Cost Control, with auto...
by George Chrysovaladis Grammatikos | Jul 19, 2017 | Azure, VM
In this post, you can see the categories of virtual machines you can open in the cloud, as well as the CPU type of each: A – SERIES (A0 -A7) CPU Intel Xeon® E5-2630 v3 @ 2.4 GHz Cores / Threads : 8 / 16, L3 Cache : 20 MB, Data Width : 64 bit A –...
by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure
Bellow a script which helps you to create || delete massive endpoints on Azure. {Applies on ASM} #Enter Azure Account Add-AzureAccount #Choose Subscription Select-AzureSubscription -SubscriptionName “MySubscripiton” #Massive EndPoint creation from Port...