Showing category results for CI/CD

Oct 6, 2014
Post comments count0
Post likes count0

Perform diagnostic search across your Application Insights telemetry

Guru Kirthigavasan
Guru Kirthigavasan

In Application Insights, we’ve just upgraded Diagnostic Search so that you can search all the raw telemetry such as page views, as well as the trace log calls that you can insert. This makes it a lot easier to find and follow chains of events in your app. So for example, if you inserted some log4Net, NLog or System.Diagnostics trace calls in your a...

DevOpsAzure & CloudCI/CD
Sep 25, 2014
Post comments count0
Post likes count0

Release Management Console times out when launched

Leo Vildosola
Leo Vildosola

When the Release Management Console application is loaded, it defaults to the Traffic Overview page. If the database is not optimized, the query used to load such statistics may take a long time to execute. This may be due to recent updates such as an upgrade of your Release Management Server where existing statistics may now be staled. By default...

DevOpsCI/CD
Sep 17, 2014
Post comments count0
Post likes count0

How to setup Azure environments for Agent-less deployments in Release Management 2013 with Update 3 RTM

Ashok Kirla
Ashok Kirla

Microsoft Azure makes it easy to set up VMs to use as servers in your environment. Azure adds your VMs to cloud services. You'll need a Microsoft Azure account to create your VMs. If you don't have one yet, sign up here. In Release Management, you'll create an Azure environment for each release stage. You then link your environment to a cloud servi...

DevOpsAzure & CloudCI/CD
Sep 11, 2014
Post comments count0
Post likes count0

Enhance your Application Availability Monitoring with VS 2013 Web Test Plugins

Gustavo R Lima
Gustavo R Lima

You may be aware Application Insights in Visual Studio Online provides you with the capability of monitoring the availability of your web applications through the use of Visual Studio Web Tests. If not, you may want to take a peek at this post before continuing. Now, let’s assume your application is a financial tool which provides real-time stock ...

DevOpsAzure & CloudCI/CD
Aug 7, 2014
Post comments count0
Post likes count0

IntelliTrace standalone collector is back!

Angelos Petropoulos
Angelos Petropoulos

As you probably already know, Visual Studio Ultimate offers an enhanced live debugging experience (F5 or Attach) through the use of IntelliTrace. Your application’s execution is recorded by IntelliTrace and you can navigate through time, both backwards and forwards, and examine your code as you normally would during a debugging session by int...

DevOpsCI/CDGit & Version Control
Aug 6, 2014
Post comments count0
Post likes count0

Restrict Team Foundation Build permissions

Andy Lewis
Andy Lewis

Do you have code that should be seen by only a subset of members of your on-premises team project collection? Do you use Team Foundation Build (TFBuild)? If so, you must create some custom groups to reduce the risk that unauthorized team project collection members can use a build process to bypass team project permissions. Problem ...

DevOpsAzure DevOps ServerCI/CD
Aug 4, 2014
Post comments count0
Post likes count0

Work-items tracking using Release Management

Anand Gaurav
Anand Gaurav

Tracing what is new in a given release for a product is often tiresome and time taking task. With Microsoft Release Management 2013 Update 3 RC/RTM, you can achieve this easily through its “Change Summary” feature. Details of this feature is described below Change Summary feature details Manual Release When you start a new manual release from th...

DevOpsCI/CD
Jul 22, 2014
Post comments count0
Post likes count0

Deploying using PowerShell Desired State Configuration in Release Management

Roopesh Nair
Roopesh Nair

With Microsoft Release Management 2013 Update 3 RC, you can now use Windows PowerShell or Windows PowerShell Desired State Configuration (DSC) for deploying and managing configuration data.   > Windows PowerShell (PS) > > Refer to Scripting with Windows PowerShell (PS) for more details. These scripts can be same as what ...

DevOpsCI/CD
Jul 7, 2014
Post comments count0
Post likes count0

How to deploy to Standard or Azure environments in Release Management 2013 with Update 3 RC

Roopesh Nair
Roopesh Nair

With Microsoft Release Management 2013 Update 3 RC, you can now use Windows PowerShell or Windows PowerShell Desired State Configuration (DSC) for deploying and managing configuration data. We now support deploying to On-premise environment (Standard) and Azure environments without having to setup Microsoft Deployment Agent.   Prerequis...

DevOpsAzure & CloudAzure DevOps Server