Create an Azure Site to Site VPN

In this post I’ll just show the list of PowerShell commands needed to Create an Azure Site to Site VPN and give you some tips when using a Check Point Security Gateway. First things first! so if you have not installed and configured Azure PowerShell go for it: How to install and configure Azure PowerShell Connect and...

Export Azure Resource Groups Templates

One of the great things about Azure is the possibility to Export Azure Resource Groups Templates. Each template is a json file containing the exact configuration of the services you’ve provisioned in a Resource Group. Using this templates you can treat your Infrastructure as code and repeatedly deploy your application...

Application Insights Analytics

For the last couple of months I’ve been using Application Insights to monitor, detect and diagnose performance issues in our applications. Last week I noticed that the Analytics button on the Application Insights blade was working: Once you click it, your browser will open the Application Insights Analytics page with...