Skip to content

Commit e01f169

Browse files
committed
touchups
1 parent f0b3241 commit e01f169

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

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

10-
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application with an embedded Spring Boot, Quarkus, or Tomcat server to App Service by using the [azure-webapp-maven-plugin](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App).
10+
[Azure App Service](/azure/app-service/) provides a highly scalable, self-patching web app hosting service. In this quickstart, you use the [Maven Plugin for Azure App Service Web Apps](https://github.com/microsoft/azure-maven-plugins/blob/develop/azure-webapp-maven-plugin/README.md) to deploy a Java web application with an embedded Spring Boot, Quarkus, or Tomcat server to App Service. For more information, see [azure-webapp-maven-plugin](https://github.com/microsoft/azure-maven-plugins/wiki/Azure-Web-App).
1111

1212
If Maven isn't your preferred development tool, check out similar articles for Java developers:
1313
+ [Gradle](../../configure-language-java-deploy-run.md#gradle)
@@ -251,9 +251,9 @@ Congratulations! You deployed a Java app to App Service.
251251

252252
## Clean up resources
253253

254-
You created the resources for this tutorial in an Azure resource group. If you no longer need them, you can delete the resource group and all its resources by running the following Azure CLI command in the Cloud Shell.
254+
You created the resources for this tutorial in an Azure resource group. If you no longer need them, you can delete the resource group and all its resources by running the following Azure CLI command in Cloud Shell.
255255

256-
```azurecli-interactive
256+
```azurecli
257257
az group delete --name <resource group name> --yes
258258
```
259259

articles/app-service/includes/quickstart-java/quickstart-java-jboss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ Congratulations! You deployed a Java app to App Service.
137137

138138
## Clean up resources
139139

140-
You created the resources for this tutorial in an Azure resource group. If you no longer need them, you can delete the resource group and all its resources by running the following Azure CLI command in the Cloud Shell.
140+
You created the resources for this tutorial in an Azure resource group. If you no longer need them, you can delete the resource group and all its resources by running the following Azure CLI command in Cloud Shell.
141141

142-
```azurecli-interactive
142+
```azurecli
143143
az group delete --name petstoreee7-1745409173307-rg --yes
144144
```
145145
The command might take a while to run.

articles/app-service/includes/quickstart-java/quickstart-java-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Congratulations! You deployed a Java app to App Service.
126126

127127
You created the resources for this tutorial in an Azure resource group. If you no longer need them, you can delete the resource group and all its resources by running the following Azure CLI command in Cloud Shell.
128128

129-
```azurecli-interactive
129+
```azurecli
130130
az group delete --name helloworld-1745408005556-rg --yes
131131
```
132132
The command might take a while to run.

articles/app-service/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: azure, app service, web app, windows, linux, java, maven, quickstart
55
ms.assetid: 582bb3c2-164b-42f5-b081-95bfcb7a502a
66
ms.devlang: java
77
ms.topic: quickstart
8-
ms.date: 06/10/2025
8+
ms.date: 06/13/2025
99
ms.custom: mvc, mode-other, devdivchpfy22, devx-track-java, devx-track-javaee-jbosseap-appsvc, devx-track-javaee-jbosseap, devx-track-javaee, devx-track-extended-java
1010
zone_pivot_groups: app-service-java-deploy
1111
adobe-target: true

0 commit comments

Comments
 (0)