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...
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...
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...
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...
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...