by George Chrysovaladis Grammatikos | Dec 8, 2020 | DevOps, Identity, IT, IT-Troubleshooting
In Visual Studio 2015, when you check for an updated license, you might see the error message below. This problem caused because of the MFA feature. To get troubleshoot this problem you have to follow the steps below : Solution 1 (Check for MFA) Check if the account...
by George Chrysovaladis Grammatikos | Apr 2, 2020 | IT, IT-Troubleshooting
Problem: While trying to refresh a Visual Studio license return the following error message: Solution: To solve the problem we must execute the steps below. Close down Visual Studio Go to “C:\Users\{username}\AppData\Local\.IdentityService” Rename...
by George Chrysovaladis Grammatikos | Jan 18, 2019 | Azure, Compute
Introduction In this post, we talk about Azure Batch Service. This service was created to execute parallels batch workloads without having the stress of the resources that they need to run these jobs. And that happens because Azure Batch is responsible to create...
by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
In this post, we are going to talk about Azure Resource Manager (ARM) Templates, a json file which allows us to deploy resources on Azure in a few steps. What is ARM Template In simple words, an ARM template is a JSON script. This script includes the resource(s) that...
by George Chrysovaladis Grammatikos | Jul 20, 2018 | DevOps, DevOps, Uncategorized
In this post we talk about how someone can start with Visual Studio Team Services and we will create what most people know from TFS, Team Project. This Team Project has a lot of benefits for the users, Version Control Project Management Build & Release Tools...