Skip to content

Commit ae95411

Browse files
authored
Update README.md
1 parent bf06221 commit ae95411

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-app-service
78
description: "Azure App Service sample for managing web apps."
89
urlFragment: app-service-java-manage-web-apps-on-linux-with-custom-domains
910
---
1011

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

14+
Azure App Service sample for managing web apps.
1315

14-
Azure App Service sample for managing web apps.
15-
- app service plan, web app
16-
- Create 2 web apps under the same new app service plan
17-
- domain
18-
- Create a domain
19-
- certificate
20-
- Upload a self-signed wildcard certificate
21-
- update both web apps to use the domain and the created wildcard SSL certificate
16+
- App Service plan, web app
17+
- Create 2 web apps under the same new app service plan
18+
- domain
19+
- Create a domain
20+
- certificate
21+
- Upload a self-signed wildcard certificate
22+
- update both web apps to use the domain and the created wildcard SSL certificate
2223

2324

2425
## Running this Sample ##
@@ -27,18 +28,16 @@ To run this sample:
2728

2829
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).
2930

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

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

3839
[http://azure.com/java](http://azure.com/java)
3940

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-
---
41+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4342

4443
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)