Skip to content

Whats New Document

Hanxiao Liu edited this page May 18, 2020 · 8 revisions

Azure Toolkit for IntelliJ

3.36.0 - Current Release

Azure Toolkit support log streaming for app services now, you could get the live log with log streaming in explorer with simple click.

logStreaming

Release Notes

Added

  • Support log streaming for webapp
  • Support open portal Live Metrics Stream for linux function app
  • Validate Azure dependencies version before deploying
  • Tag log line with log source(azuretool, livy, driver.stderr) for Spark batch job logs and interactive session logs

Changed

  • Remove version of Azure Spring Cloud dependencies when it is not necessary

Fixed

  • #4179 Fix NPE caused job submission failure issue
  • #4204 Deploy Azure Spring Cloud App dialog default value is apply
  • #4231 Cannot use Auth file for spring cloud authentication

3.35.0

We are proud to announce the support for Azure Spring Cloud in Azure Toolkit, you could have full Azure Spring Cloud experience in IntelliJ Toolkit, which cludes resolve project dependencies, create/deploy and troubleshooting spring cloud apps.

Manage Spring Cloud Project dependencies

You may refer this tutorial for Azure specific dependencies, to simplify the steps to configure dependencies, this plugin provides the dependency management for you. Open the pom.xml file in Intellij, right click on the editor, select Add Azure Spring Cloud dependency menu, wait a few minutes for the dependency resolving, it will update your pom.xml file with the compatible latest version mentioned in this tutorial

image

Create/Deploy Azure Spring Cloud App

  1. Before deploy to Azure, you need to sign-in with your azure account, and choose the subscription as you want, see this tutorial to get more details of sign-in your account.

  2. Right click your project in IntelliJ Project explorer, select Azure -> Deploy to Azure Spring Cloud

image

  1. Select the right subscription and cluster you want, and then select Create app... and input an unique name like gs-spring-boot-azure for the app.

image

  1. Start the deploy by clicking Run Button. The plugin will run mvn package on the project first and then create the new app and deploy the jar generated by package step.

image

Release Notes

Added

  • Add Azure Spring Cloud support in Azure Toolkits
    • Manage Azure Spring Cloud project dependencies
    • Manage Azure Spring Cloud apps in Azure Explorer
      • Create/Delete/Start/Stop/Restart
      • Assign/un-assign public endpoint
      • Update environment variables
      • Update JVM options
      • View app properties
    • Deploying apps from current project
    • Monitoring and troubleshooting apps
      • Getting public url
      • Getting test endpoint
      • Instance status(shown in app properties view)
  • Support trigger function with timer trigger
  • Support log streaming for Windows functions

Fixed

  • #4157 Can't trigger function/admin http function when click 'Trigger Function' button
  • #4160 Nothing shown in function run mark
  • #4179 Fixed NPE caused Spark job submission failure in 201EAP
  • #4213 Unhandled error when creating function app
  • #4215 App settings not loaded when openning the deploy wizard