Skip to content

Commit 542af8d

Browse files
authored
Update README.md
1 parent d75e487 commit 542af8d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

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

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

1313

1414
Azure App Service sample for managing function apps.
@@ -21,24 +21,22 @@ urlFragment: app-service-java-manage-functions-with-custom-domains
2121
- update both function apps to use the domain and the created wildcard SSL certificate
2222

2323

24-
## Running this Sample ##
24+
## Running this sample
2525

2626
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-functions-with-custom-domains.git
30+
```bash
31+
git clone https://github.com/Azure-Samples/app-service-java-manage-functions-with-custom-domains.git
32+
cd app-service-java-manage-functions-with-custom-domains
33+
mvn clean compile exec:java
34+
```
3135

32-
cd app-service-java-manage-functions-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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)