Skip to content

Commit df2d71f

Browse files
authored
Update README.md
1 parent 7c151be commit df2d71f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Azure App Service sample for managing web apps."
88
urlFragment: app-service-java-manage-web-apps-with-custom-domains
99
---
1010

11-
# Getting Started with Appservice - Manage Web App With Domain Ssl - in Java #
11+
# Manage Web App With Domain SSL (Java)
1212

1313

1414
Azure App Service sample for managing web apps.
@@ -27,18 +27,16 @@ To run this sample:
2727

2828
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).
2929

30-
git clone https://github.com/Azure-Samples/app-service-java-manage-web-apps-with-custom-domains.git
30+
```bash
31+
git clone https://github.com/Azure-Samples/app-service-java-manage-web-apps-with-custom-domains.git
32+
cd app-service-java-manage-web-apps-with-custom-domains
33+
mvn clean compile exec:java
34+
```
3135

32-
cd app-service-java-manage-web-apps-with-custom-domains
33-
34-
mvn clean compile exec:java
35-
36-
## More information ##
36+
## More information
3737

3838
[http://azure.com/java](http://azure.com/java)
3939

40-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
41-
42-
---
40+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4341

4442
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)