Skip to content

Commit e9f20db

Browse files
authored
Update README.md
1 parent bc26e5f commit e9f20db

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Servicebus - Service Bus Publish Subscribe Advance Features - in Java"
7+
description: "Azure Service Bus basic scenario sample."
88
urlFragment: service-bus-java-manage-publish-subscribe-with-advanced-features
99
---
1010

11-
# Getting Started with Servicebus - Service Bus Publish Subscribe Advance Features - in Java #
11+
# Service Bus Publish Subscribe Advanced Features (Java)
1212

1313

1414
Azure Service Bus basic scenario sample.
@@ -23,24 +23,22 @@ urlFragment: service-bus-java-manage-publish-subscribe-with-advanced-features
2323
- Delete namespace
2424

2525

26-
## Running this Sample ##
26+
## Running this Sample
2727

2828
To run this sample:
2929

3030
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).
3131

32-
git clone https://github.com/Azure-Samples/service-bus-java-manage-publish-subscribe-with-advanced-features.git
32+
```bash
33+
git clone https://github.com/Azure-Samples/service-bus-java-manage-publish-subscribe-with-advanced-features.git
34+
cd service-bus-java-manage-publish-subscribe-with-advanced-features
35+
mvn clean compile exec:java
36+
```
3337

34-
cd service-bus-java-manage-publish-subscribe-with-advanced-features
35-
36-
mvn clean compile exec:java
37-
38-
## More information ##
38+
## More information
3939

4040
[http://azure.com/java](http://azure.com/java)
4141

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

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