by George Chrysovaladis Grammatikos | Apr 16, 2018 | Azure, Azure SQL Database
In this post, you can see a demonstration of Azure SQL Database. Login to Azure Portal Login to Azure Portal by clicking here Create Resource Group Create Azure SQL Database Create Server Complete the Server Configuration as follows in the example: Choose Pricing Tier...
by George Chrysovaladis Grammatikos | Apr 16, 2018 | Azure, Networking, VNet
Maximize your VM’s Performance with Accelerated Networking On Azure Good News, for all IT’s, Microsoft announce Accelerated Networking, both on Windows and Linux OS. This feature can provide up to 30Gbps in networking throughput. Table of Contents Support VM...
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
One important thing you must do for an SMTP Server is to add reverse DNS record on your Cloud Service. To do this, first of all, you must install Azure Powershell, WindowsAzurePowershell. Now, you must execute the following commands in PowerShell: Azure Service...
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...