PowerShell Function – Test Server TCP Ports

Hi Guys, Here is a PowerShell Function I wrote couple of years ago. The purpose of this PowerShell function was to test if the given TCP ports where opened or not on specified computers. We needed this kind of function to keep tracks of customer network teams work, which was taking to long to open […]

Setup Azure Let’s Encrypt for your Azure App Website

Hi Guys, Last but not least post, on the Azure Let’s Encrypt setup. On previous posts we found out how to setup the Azure AD applications and permissions and how to install the Let’s Encrypt extension in an Azure App Website. We now needs to finish the Azure Let’s Encrypt setup to provide and install […]

Adding the Let’s Encrypt extension to your Azure App

Hi Guys, In my previous post we found out how to create the Azure Active Directory application that is a requirement to the deployment of the Let’s Encrypt extension on your Azure App. In this part there is more using of the Azure website than PowerShell. But we still have to keep some informations to […]

Creating an Azure Active Directory application for Let’s Encrypt in Azure App

Hello guys, I recently found out, thanks to my buddy Emmanuel, that Google held some references to my blog posts over HTTPS. But, prior to 12/20/2016 where I get noticed of the issue, the blog was not using HTTPS at all. The displayed certificat was the one fromAzure Websites, as my blog is an Azure […]