News

2-for-1: Application Insights Widget for VSTS, Azure Toolkit Update

Microsoft offers up a new dashboard widget for Visual Studio Team Services that monitors performance, and updates the Azure Toolkit with support for Java Web Apps.

There's always lots going on in Microsoft's cloud, even in the developer front. Here's a two-for-one: The Azure team has released a tool that allows for quick looks at applications and services performance directly from a Visual Studio Team Services dashboard, and it has also updated the Azure Toolkit for Eclipse and IntelliJ with support for Java Web Apps on Azure.

The first tool takes the form of an Applications Insight widget that can be installed to a Visual Studio Team Services dashboard. "It's very simple to install and set up, and will help you keep tabs on your telemetry and diagnostic data even when you're not viewing it through the Azure Portal," writes Mike Gresley, AI's senior program manager, in a blog post. Developers just need to download the widget from the Visual Studio Marketplace, and install it by choosing it in the Add Widget dialog. Once that's done, you specify an application ID and API key via the Settings link, for the resource that is to be monitored. Clicking the Settings link opens up dialogs for entering app ID and API key data, and a drop-down menu with metric options opens up.

The widget can be added several times, but it's limited to 60 instances. "If you do need to display a very large number of metrics on your dashboard simultaneously, you may need to generate additional API keys to handle that scenario," said Gresley. This looks to be the first of many widgets his group is working on. As he notes in his blog post, they're looking for feedback on the usefulness of other widgets, such as one that is alert-specific, an AI-type widget made for Kusto, and a charting widget. If any of these are of interest, check his post for where to provide feedback.

The other tool is an update to the Azure Toolkit for Eclipse and IntelliJ that now adds support for Java Web Apps on Azure, and specifically, for debugging. It needs to be set up from Eclipse by right-clicking on a Web App project. Under the Debug As menu there should appear an option for Azure Web App, which brings up the debug configuration wizard.

"Afterwards, your IDE will go ahead and enable remote debugging on Azure and launch a command prompt or shell that will prepare necessary remote connection for debugging," writes Asir Selvasingh, principal program manager for Java on Azure. "Then, insert a break point in a JSP or servlet in the Web App, open the Java Web App URL in a browser, and the IDE will now enter into debug mode."

The Azure Toolkit for Eclipse is here; the one for IntelliJ is here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube