This is the JetBrains Rider Plugin for Azure Cloud Services Integration.
The plugin streamlines the development, deployment, and management of .NET applications on Azure, directly from Rider and across all supported platforms.
- Azure App Services: Easily create, deploy, and manage .NET Web Apps on any platform.
- Azure Functions: Manage your Function Apps and deployment slots. Run and debug them locally.
- Databases: Create and manage SQL Server, PostgreSQL, and MySQL databases with ease.
- Azure Explorer: Visualize and manage your Azure resources, including Web and Function Apps, databases, Redis caches, virtual machines, storage accounts, and more.
- Azure Cloud Shell: Use a built-in Cloud Shell terminal to run commands in your Azure subscription, upload files, intercept downloads, and open a browser to retrieve files from the Cloud Shell.
- Core tools: Utilize Azure Functions Core Tools in project and item templates and use the corresponding configuration to run/debug .NET Function Apps.
- Azurite Emulator: Start, stop, and manage a local instance of Azurite.
The plugin can be downloaded and installed in JetBrains Rider and is available from the JetBrains plugins repository.
Feature requests can be logged in our issue tracker, we also welcome contributions.
The Azure Toolkit for JetBrains Rider is a fork of the Azure Toolkit for IntelliJ, available on GitHub.
Microsoft's Azure Toolkit for IntelliJ provides similar functionality to the Azure plugin
for JetBrains Rider, however, focus on the Java/JVM ecosystem and development flows.
JetBrains decided to fork the original plugin, and split base functionality (such as browsing Azure resources) from
Java/JVM-specific features (such as deploying a .war
file to the HDInsight service).
The Azure Toolkit for JetBrains Rider is released with several notable differences:
- No telemetry or usage data is collected and sent to Microsoft
- Java/JVM-specific functionality was removed
- .NET-specific functionalities, such as deploying an ASP.NET web application and more, have been added
Please see the contribution instructions if you wish to build the plugin from source.