News

Azure Toolkit for IntelliJ Gets Azure Cosmos DB Support, Enhances VMs

Microsoft's regular monthly update to Java on Azure Tooling sees the dev team introducing support for Azure Cosmos DB and furthering recently introduced Azure Virtual Machine functionality.

While the dev team is responsible for a variety of Java on Azure tooling, it often focuses on the IntelliJ IDEA integrated development environment (IDE) from JetBrains. In fact, Microsoft offers the Azure Toolkit for IntelliJ on the JetBrains Marketplace, even though IntelliJ IDEA it might be seen as a competitor to Microsoft's own tooling, like Visual Studio Code.

And it's that offering that sees new support for Azure Cosmos DB, a fully managed, serverless NoSQL database for high-performance applications of any size or scale in the Azure cloud computing platform.

Azure Cosmos DB
[Click on image for larger view.] Azure Cosmos DB (source: Microsoft).

"Database management support is always one of our key investment areas," said Microsoft's Jialuo Gan in an Oct. 10 post announcing the September 2022 update. "We know a lot of developers have been waiting for the integration of Azure Cosmos DB with our product. Together with the Azure Cosmos DB team, the Azure Toolkit for IntelliJ IDEA has supported Mongo/Cassandra API/SQL Management from Azure Explorer directly with the latest release. Besides, we have also supported Mongo API in the 'Database Tool' Window (IntelliJ IDEA Ultimate Edition only). For more details about these new features, please see IntelliJ support for Azure Cosmos DB."

The team also worked to improve Azure VM functionality, specifically the recently introduced entry of "Azure Virtual Machine" under the "Run On" targets list of run/debug configurations of IntelliJ IDEA.

"In Azure, there are multiple ways to connect to a Linux virtual machine," Gan explained. "The most common practice of connecting to a Linux VM is using the Secure Shell Protocol (SSH). For more details, you can see the documentation about connect to a Linux VM. In addition, we know that SFTP is a very widely used protocol which many organizations use today for transferring files within their organization or across organizations."

Azure VM Enhancements in Animated Action
[Click on image for larger, animated GIF view.] Azure VM Enhancements in Animated Action (source: Microsoft).

Support for those features in the latest IntelliJ tooling release includes:

  • Use SSH directly from an Azure Virtual Machine resource node in Azure Explorer.
  • Browse files of an Azure Virtual Machine in Azure Explorer.

Furthermore, to enhance the experience for using Azure SDKs with Java, the team added support for adding/updating dependencies to current local projects directly from Azure SDK Reference Book feature. Gan said this addresses issues like finding Azure SDKs and add/update relevant dependencies directly in the IDE specifically in Azure services, and also dealing with many content switches or redirects for Azure services before being able to actually get started using SDK libraries.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube