by George Chrysovaladis Grammatikos | Mar 30, 2020 | PRESENTATIONS
Thank you all who attended my presentation at the virtual Greek MVPs in Actions event. Please check my video presentation on Greek MVPs in Action virtual event. And below you can check my presentation about Azure Logic Apps, explaining how you can use this azure...
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 | Mar 2, 2020 | Azure, Networking
Azure Portal has many networking services like VNet’s, Load balancers, public IP addresses, and many others. In this post, we find out how to deploy an Azure Route Table to route all VMs traffic from a subnet through an Azure Firewall (virtual appliance). Create...
by George Chrysovaladis Grammatikos | Jan 17, 2020 | Azure, Networking
By default, Microsoft Azure doesn’t accept connections between Virtual Networks ,this problem has been solved by using the VNet Peering mechanism, setting up one V-net peering per virtual network communication between Vnets becomes possible. In this post, you...
by George Chrysovaladis Grammatikos | Jan 16, 2020 | Azure, Azure SQL Database
In this post, we will see how to set up the Failover Group on Azure SQL Databases. What Failover Group does is to create a second database replica in the same or another region. Prerequisites Active Azure Subscription Azure SQL Database Server(s) + database(s) ...