News

Visual Studio Code Tools for Azure Revamped

Microsoft announced a redesign of its Azure extensions for Visual Studio Code.

Those extensions come in the nearly five-year-old Azure Tools pack in the VS Code marketplace, which has been installed more than 500,000 times. It contains various extensions that help cloud application developers work with Azure services for web site hosting, databases, serverless computing, containers, managing virtual machines and much more.

The Azure tooling dev team has been re-architecting the extensions to improve use and navigation and last week announced some redesign updates including:

  • Updated Resources view: An explorer update places all extensions into a single, unified view where developers can create and manage their Azure apps. "In addition to the updated view, the grouping of resources is configurable to match your working style," Microsoft said. "The default will group by resource (or service) type to match how the extensions looked before and you can switch to a resource and region view."
  • New Workspace view: This displays workspace- and file-specific commands, which can be used to create new Azure Functions projects, deploy a current workspace to Azure and so on. More common commands will be added to the view going forward. Microsoft said: "Once you have the grouping setup the way you like, focus on the parent nodes that are most important to you in your current workspace. This focus will be persisted within the workspace (only on your current machine, not through settings sync) so you can always jump back in where you left off."
    New Workspace View
    [Click on image for larger view.] New Workspace View (source: Microsoft).
  • New Azure Activity Log: This is to address developer feedback about long-running tasks getting lost in notifications. "So we're introducing a new Azure Activity Log in the panel where you can track your activities within the extensions and quickly access common commands on any resources you create," Microsoft said.

Going forward, the dev team will work to improve functionality such as creating and connecting Azure resources to compose applications. "Our goal is to make the resources you need available in the way you need them while you work on your apps," Microsoft said. "Keep an eye out and let us know if you have any feedback or just want to talk about Azure in VS Code."

About the Author

David Ramel is an editor and writer at Converge 360.

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