WebStorm Azure Support

I come from a VSCode background and recently signed up for WebStorm trial and currently evaluating it. Surprisingly I didn't find any support for Azure cloud. All my deployments happen in Azure but I could not find an easy way to deploy my code to Azure App Service directly from the IDE. Any thoughts?

1 comment
Comment actions Permalink

WebStorm does not have built-in support for Azure cloud. There are plugins provided by Microsoft to integrate Azure with the IDE: Azure DevOps enables working with Git and TFVC repositories on Azure DevOps Services or Team Foundation Server (TFS), Azure Toolkit for IntelliJ can be used to deploy applications to Azure. The latter, unfortunately, is designed to work with java apps in Intellij IDEA only:(

It seems that the only solution for WebStorm is integrating Azure CLI as external tool

0

Please sign in to leave a comment.