Showing category results for Azure & Cloud

Dec 10, 2014
Post comments count0
Post likes count0

Updated Application Insights Status Monitor to support .12 (and later) Application Insights SDK

VladJ

The latest release of the Application Insights Status Monitor tool provides an update to the runtime instrumentation agent, which is a component of Application Insights that automatically discovers your code dependencies like SQL databases, other HTTP endpoints and Azure storage accounts.  This new runtime instrumentation agent requires your applic...

DevOpsAzure & Cloud
Nov 17, 2014
Post comments count0
Post likes count0

DevOps style deployment in Visual Studio 2015 preview – Sharing deployment configuration with team

Muthukumaran [MSFT]

  While the earlier blog on DevOps style deployment capability touched upon the scenarios for an individual developer, in this blog let’s look at how this experience can be extended to team. You would also want to refer Announcing DevOps style deployments using Visual Studio 2015 Preview and Azure and Brian Keller’s Channel9 Video first. A new “E...

DevOpsAzure & CloudCI/CD
Nov 17, 2014
Post comments count0
Post likes count0

DevOps style deployment in Visual Studio 2015 preview – A detailed look

Muthukumaran [MSFT]

By now you must be aware about the DevOps style deployment capability that was announced in Visual Studio 2015 preview. If not already, you would want to refer the announcement blog; Announcing DevOps style deployments using Visual Studio 2015 Preview and Azure. Brian Keller’s Channel9 Video is a great place to start to learn more about this featur...

DevOpsAzure & CloudCI/CD
Nov 14, 2014
Post comments count0
Post likes count0

Set breakpoints on auto-implemented properties with Visual Studio 2015

Anisha Pindoria

Ask a room of developers what is the first concept that they think of when they think about debugging and most of them will say: breakpoints. That is why with Visual Studio 2015 we significantly improved the ability to configure breakpoints with conditions and actions. Given how easy it is now to configure breakpoints, we know you’ll be more ...

Azure & Cloud
Nov 11, 2014
Post comments count0
Post likes count0

What’s new in Release Management for VS 2013 Update 4?

Importer

I'm excited to announce Release Management for Visual Studio 2013 Update 4. This update includes several new features and performance updates that will make it easier than ever to deploy your app from development through to production. This update is the latest in a cumulative series of feature additions and bug fixes for Release Management. ...

DevOpsAzure & CloudAzure DevOps Server
Nov 10, 2014
Post comments count0
Post likes count0

Deploying and testing web applications using Release Management

Vijay Machiraju

Summary You have downloaded the Release Management for Visual Studio client, and are connected to either your Visual Studio Online account or to an on-premises Release Management Sever. You have created environments (either imported your Azure environments or created on-premises) to be used in the various stages of your release template. Now you...

DevOpsAzure & CloudCI/CD
Nov 10, 2014
Post comments count0
Post likes count0

How to install RM Azure extension and use the Azure VM in Release Management

Ashok Kirla

RM extension enables PowerShell DSC and WMF configuration required for Release Management Server to perform actions on the VM.  By installing RM Extension to Azure VM, the user can add this VM as a vNext Azure Server in Release Management once the corresponding Azure subscription added. Steps to install Visual Studio Release Management Azure exten...

DevOpsAzure & CloudCI/CD
Nov 3, 2014
Post comments count0
Post likes count0

Application Insights – Metric Explorer – Part 1

Ketan Ghelani [MSFT]

When you drill through many of the charts from the Application Insights overview page, you get to a detailed view that we call Metrics Explorer (ME), which is the focus of this series of blog posts.  In each post of this series, I’ll cover a different set of metrics, explaining what they represent and how to instrument your code to capture them. W...

DevOpsAzure & Cloud
Oct 21, 2014
Post comments count0
Post likes count0

Application Insights SDK (0.11.0-prerelease)

Joshua Weber-MSFT

What is it? Application Insights SDK lets you send telemetry to the Application Insights portal, where you can find out what users are doing with your application. 0.11.0 is the latest SDK release for Application Insights. This SDK includes new functionality and new concepts in addition to a change to the API. For information on the previous ...

DevOpsAzure & Cloud
Oct 6, 2014
Post comments count0
Post likes count0

Perform diagnostic search across your Application Insights telemetry

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