You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Proceed with default settings, and then wait for IntelliJ to download dependencies.
53
-
54
-

55
-
56
48
## Deploy to Azure Spring Cloud
57
49
In order to deploy to Azure you must sign-in with your Azure account, and choose your subscription. For sign-in details, see [Installation and sign-in](https://docs.microsoft.com/azure/java/intellij/azure-toolkit-for-intellij-create-hello-world-web-app#installation-and-sign-in).
58
50
@@ -62,25 +54,41 @@ In order to deploy to Azure you must sign-in with your Azure account, and choose
62
54
63
55
1. Accept the name for app in the **Name** field. **Name** refers to the configuration, not app name. Users don't usually need to change it.
64
56
1. Accept the identifier from the project for the **Artifact**.
65
-
1.Click**No available webapp, click to create a new one**. (You can also deploy an existing application.)
57
+
1.Select**App:**, then click **Create app...**.
66
58
67
59

68
60
69
-
1. Select **Platform**, **Resource Group**, **App Service Plan**, **Location**, and **Pricing Tier**.
70
-
1. Click **OK**.
61
+
1. Enter **App name**, then click **OK**.
71
62
72
-

63
+

73
64
74
-
1. Start the deployment by clicking **Run** button. The plug-in will run the command `mvn package` on the project and then create the new app and deploy the jar generated by the `package` command.
65
+
1. Start the deployment by clicking **Run** button.
75
66
76
67

77
68
78
-
1. The app will be accessible from the URL in the output window.
69
+
1. The plug-in will run the command `mvn package` on the project and then create the new app and deploy the jar generated by the `package` command.
79
70
80
71

81
72
73
+
1. If the app URL is not shown in the output window, get it from the Azure portal. Navigate from your resource group to the instance of Azure Spring Cloud. Then click **Apps**. The running app will be listed.
74
+
75
+

76
+
82
77
## Show streaming logs
83
-
TODO
78
+
To get the logs:
79
+
1. Select **Azure Explorer**, then **Spring Cloud**.
80
+
1. Right click the running app.
81
+
1. Select **Streaming Logs** from the drop-down list.
*[Create a Hello World web app for Azure App Service using IntelliJ](https://docs.microsoft.com/azure/java/intellij/azure-toolkit-for-intellij-create-hello-world-web-app)
0 commit comments