by George Chrysovaladis Grammatikos | May 3, 2018 | DevOps, IT
The purpose of creating a Dev Test Lab in Azure is to give different development and QA/ Testers teams the capability to upload and test the source code for every project of them. Dev Test Lab Benefits Deploy VM/VMs with all code and dev tools Cost Control, with auto...
by George Chrysovaladis Grammatikos | Apr 25, 2018 | DevOps
The following script does several jobs : Backup IIS Website Files To be upgraded Stop IIS Website Application Pool Copy Newest Website Files Start IIS Website Application Pool Also can download this script from Microsoft Technet Gallery. <# .SYNOPSIS Update IIS...
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...
by George Chrysovaladis Grammatikos | Apr 18, 2018 | DevOps, IT
The following instructions, are describing the configuration steps, regarding the Remote Debugging with VS17 on an Azure VM. Preliminary, you must check the VS version. Each version, corresponds to different Remote Tools Visual Studio Version Link 2017 download 2015...