Skip to content

Commit bfe1c1a

Browse files
authored
Update README.md
1 parent 57419a1 commit bfe1c1a

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ description: "Azure Container Registry sample for managing container registry wi
88
urlFragment: acr-java-manage-azure-container-registry-with-webhooks
99
---
1010

11-
# Getting Started with Containerregistry - Manage Container Registry With Webhooks - in Java #
12-
11+
# Manage Container Registry With Webhooks (Java)
1312

1413
Azure Container Registry sample for managing container registry with webhooks.
1514
- Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete)
@@ -21,24 +20,22 @@ urlFragment: acr-java-manage-azure-container-registry-with-webhooks
2120
- List the container registry webhook event notifications after pushing a container image to the registry
2221

2322

24-
## Running this Sample ##
23+
## Running this sample
2524

2625
To run this sample:
2726

2827
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).
2928

30-
git clone https://github.com/Azure-Samples/acr-java-manage-azure-container-registry-with-webhooks.git
31-
32-
cd acr-java-manage-azure-container-registry-with-webhooks
33-
34-
mvn clean compile exec:java
29+
```bash
30+
git clone https://github.com/Azure-Samples/acr-java-manage-azure-container-registry-with-webhooks.git
31+
cd acr-java-manage-azure-container-registry-with-webhooks
32+
mvn clean compile exec:java
33+
```
3534

36-
## More information ##
35+
## More information
3736

3837
[http://azure.com/java](http://azure.com/java)
3938

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

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