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...