Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 122eb08

Browse files
authored
Update README.md
1 parent 6d97f0f commit 122eb08

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Azure App Service basic sample for managing web apps."
88
urlFragment: app-service-java-configure-deployment-sources-for-web-apps
99
---
1010

11-
# Getting Started with Appservice - Manage Web App Source Control - in Java #
11+
# Manage Web App Source Control in Azure App Service (Java)
1212

1313

1414
Azure App Service basic sample for managing web apps.
@@ -28,11 +28,13 @@ To run this sample:
2828

2929
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
3030

31-
git clone https://github.com/Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps.git
31+
```bash
32+
git clone https://github.com/Azure-Samples/app-service-java-configure-deployment-sources-for-web-apps.git
3233

33-
cd app-service-java-configure-deployment-sources-for-web-apps
34+
cd app-service-java-configure-deployment-sources-for-web-apps
3435

35-
mvn clean compile exec:java
36+
mvn clean compile exec:java
37+
```
3638

3739
## More information ##
3840

0 commit comments

Comments
 (0)