Skip to content

Commit fe3401d

Browse files
Merge pull request #228130 from edburns/edburns-msft-eb-3224-app-service-incremental-improvements
On branch edburns-msft-eb-3224-app-service-incremental-improvements
2 parents 941d2b1 + e2c2cc5 commit fe3401d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-linux-azure-portal-pivot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ author: cephalin
33
ms.service: app-service
44
ms.devlang: java
55
ms.topic: quickstart
6-
ms.date: 06/30/2022
6+
ms.date: 02/21/2023
77
ms.author: cephalin
88
---
99

10-
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web hosting service. This quickstart tutorial shows how to deploy a Java SE app to Azure App Service on Linux using the Azure portal. To follow a quickstart that deploys to Tomcat or JBoss EAP, select one of the Maven options above.
10+
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web app hosting service. This quickstart tutorial shows how to deploy a Java SE app to Azure App Service on Linux using the Azure portal. To follow a quickstart that deploys to Tomcat or JBoss EAP, select one of the Maven options above.
1111

1212
This quickstart configures an App Service app in the **Free** tier and incurs no cost for your Azure subscription.
1313

articles/app-service/includes/quickstart-java/quickstart-java-linux-maven-pivot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/30/2022
77
ms.author: cephalin
88
---
99

10-
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to use the [Azure CLI](/cli/azure/get-started-with-azure-cli) with the [Azure Web App Plugin for Maven](https://github.com/Microsoft/azure-maven-plugins/tree/develop/azure-webapp-maven-plugin) to deploy a .jar file, or .war file. Use the tabs to switch between Java SE and Tomcat instructions.
10+
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web app hosting service. This quickstart shows how to use the [Azure CLI](/cli/azure/get-started-with-azure-cli) with the [Azure Web App Plugin for Maven](https://github.com/Microsoft/azure-maven-plugins/tree/develop/azure-webapp-maven-plugin) to deploy a .jar, .war or .ear file. Use the tabs to switch between Java SE, Tomcat, and JBoss EAP instructions.
1111

1212
# [Java SE](#tab/javase)
1313

@@ -39,10 +39,11 @@ If Maven isn't your preferred development tool, check out our similar tutorials
3939

4040
# [Java SE](#tab/javase)
4141

42-
Clone the [Spring Boot Getting Started](https://github.com/spring-guides/gs-spring-boot) sample project.
42+
Clone the [Spring Boot Getting Started](https://github.com/spring-guides/gs-spring-boot) sample project and check out the source code that runs with this version of the article.
4343

4444
```azurecli-interactive
4545
git clone https://github.com/spring-guides/gs-spring-boot
46+
git checkout 05ffa84
4647
```
4748

4849
Change directory to the completed project.
@@ -92,12 +93,12 @@ The deployment process to Azure App Service will use your Azure credentials from
9293
Run the Maven command below to configure the deployment. This command will help you to set up the App Service operating system, Java version, and Tomcat version.
9394

9495
```azurecli-interactive
95-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
96+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.9.0:config
9697
```
9798

9899
# [Java SE](#tab/javase)
99100

100-
1. When prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
101+
1. When prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the start of the line.
101102
1. When prompted with **Web App** option, select the default option, `<create>`, by pressing enter.
102103
1. When prompted with **OS** option, select **Linux** by pressing enter.
103104
1. When prompted with **javaVersion** option, select **Java 11**.
@@ -201,10 +202,9 @@ Property | Required | Description | Version
201202
`<runtime>` | false | The runtime environment configuration. For more information, see [Configuration Details](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App:-Configuration-Details). | 0.1.0+
202203
`<deployment>` | false | The deployment configuration. For more information, see [Configuration Details](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App:-Configuration-Details). | 0.1.0+
203204
204-
Be careful about the values of `<appName>` and `<resourceGroup>` (`helloworld-1590394316693` and `helloworld-1590394316693-rg` accordingly in the demo), they'll be used later.
205+
For the complete list of configurations, see the plugin reference documentation. All the Azure Maven Plugins share a common set of configurations. For these configurations see (Common Configurations)[https://github.com/microsoft/azure-maven-plugins/wiki/Common-Configuration]. For configurations specific to App Service, see [Azure Web App: Configuration Details](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App:-Configuration-Details).
205206
206-
> [!div class="nextstepaction"]
207-
> [I ran into an issue](https://www.research.net/r/javae2e?tutorial=quickstart-java&step=config)
207+
Be careful about the values of `<appName>` and `<resourceGroup>` (`helloworld-1590394316693` and `helloworld-1590394316693-rg` accordingly in the demo), they'll be used later.
208208
209209
## 4 - Deploy the app
210210

articles/app-service/includes/quickstart-java/quickstart-java-windows-azure-portal-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/30/2022
77
ms.author: cephalin
88
---
99

10-
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web hosting service. This quickstart tutorial shows how to deploy a Java SE app to Azure App Service on Windows using the Azure portal. To follow a quickstart that deploys to Tomcat or JBoss EAP, select one of the Maven options above.
10+
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web app hosting service. This quickstart tutorial shows how to deploy a Java SE app to Azure App Service on Windows using the Azure portal. To follow a quickstart that deploys to Tomcat or JBoss EAP, select one of the Maven options above.
1111

1212
This quickstart configures an App Service app in the **Free** tier and incurs no cost for your Azure subscription.
1313

articles/app-service/includes/quickstart-java/quickstart-java-windows-maven-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 06/30/2022
77
ms.author: cephalin
88
---
99

10-
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web hosting service. This quickstart shows how to use the [Azure CLI](/cli/azure/get-started-with-azure-cli) with the [Azure Web App Plugin for Maven](https://github.com/Microsoft/azure-maven-plugins/tree/develop/azure-webapp-maven-plugin) to deploy a .jar file, or .war file. Use the tabs to switch between Java SE and Tomcat instructions.
10+
[Azure App Service](../../overview.md) provides a highly scalable, self-patching web app hosting service. This quickstart shows how to use the [Azure CLI](/cli/azure/get-started-with-azure-cli) with the [Azure Web App Plugin for Maven](https://github.com/Microsoft/azure-maven-plugins/tree/develop/azure-webapp-maven-plugin) to deploy a .jar file or .war file. Use the tabs to switch between Java SE and Tomcat instructions.
1111

1212
# [Java SE](#tab/javase)
1313

0 commit comments

Comments
 (0)