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 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 | Apr 20, 2018 | DevOps, IT
In case someone wants to configure a custom Port with an SSL ιt can do so, by following the instructions below : Bind SSL certificate to a custom port number Open CMD and execute the following command, netsh http add sslcert ipport=0.0.0.0:7010...