-
Notifications
You must be signed in to change notification settings - Fork 161
Whats New Document
Azure Toolkit support log streaming for app services now, you could get the live log with log streaming in explorer with simple click.
- 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
- Remove version of Azure Spring Cloud dependencies when it is not necessary
- #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
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.
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
-
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.
-
Right click your project in IntelliJ Project explorer, select Azure -> Deploy to Azure Spring Cloud
- 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.
- 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.
- 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