Skip to content

Commit b15b6eb

Browse files
authored
Update README.md
1 parent d0dc54f commit b15b6eb

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
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 Queue Basic - in Java"
7+
description: "Azure Service Bus basic scenario sample."
88
urlFragment: service-bus-java-manage-queue-with-basic-features
99
---
1010

11-
# Getting Started with Servicebus - Service Bus Queue Basic - in Java #
11+
# Service Bus Queue Basics (Java)
1212

1313

1414
Azure Service Bus basic scenario sample.
@@ -26,24 +26,22 @@ urlFragment: service-bus-java-manage-queue-with-basic-features
2626
- Delete namespace
2727

2828

29-
## Running this Sample ##
29+
## Running this Sample
3030

3131
To run this sample:
3232

3333
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).
3434

35-
git clone https://github.com/Azure-Samples/service-bus-java-manage-queue-with-basic-features.git
35+
```bash
36+
git clone https://github.com/Azure-Samples/service-bus-java-manage-queue-with-basic-features.git
37+
cd service-bus-java-manage-queue-with-basic-features
38+
mvn clean compile exec:java
39+
```
3640

37-
cd service-bus-java-manage-queue-with-basic-features
38-
39-
mvn clean compile exec:java
40-
41-
## More information ##
41+
## More information
4242

4343
[http://azure.com/java](http://azure.com/java)
4444

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

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