by George Chrysovaladis Grammatikos | May 26, 2018 | Azure, Azure SQL Database, Networking, VNet
To connect to a Virtual Network with VPN you need to create a virtual network gateway. There are several types of VPN you can deploy to Azure, these are Point-to-site(P2S), Site-to-Site(S2S), VNet-to-Vnet and Express Route circuit. In this post, I describe how a P2S...
by George Chrysovaladis Grammatikos | May 26, 2018 | Azure, Azure SQL Database
SQL Managed instance is at Preview and after you accept the terms and send the mail, you will receive a confirmation email from Microsoft Managed Instance Team. Create Managed Instance So, if you are able to see the next image then your request has been approved. You...
by George Chrysovaladis Grammatikos | May 26, 2018 | Azure, Azure SQL Database, Networking, VNet
One of the most important elements of Azure SQL Managed Instance is the Virtual Network. The following steps are required for VNet configuration for Managed Instances. Create a Virtual Network Create a Route Table, this will enable communication with Azure services....
by George Chrysovaladis Grammatikos | May 24, 2018 | Azure, Security
Microsoft Azure provides a way to manage cryptographic keys and application secrets in a way that it doesn’t expose them to applications. Let’s say that you have a web application and you access this application via a key stored in web config or it is...
by George Chrysovaladis Grammatikos | May 18, 2018 | Azure, Integration
Azure Service Bus is a cloud delivery messaging service. Azure Service Bus Models Service bus has two primary ways of enabling messaging, these are : Queue model [one to one]: Many Front End applications send messages to the queue and one application on the back end...