Skip to content

Commit 65bfde6

Browse files
authored
Update README.md
1 parent 47f913f commit 65bfde6

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,39 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Storage - Manage Storage Account Network Rules - in Java"
7+
- azure-storage
8+
description: "Azure Storage sample for managing storage account network rules."
89
urlFragment: storage-java-manage-storage-account-network-rules
910
---
1011

11-
# Getting Started with Storage - Manage Storage Account Network Rules - in Java #
12+
# Manage Storage Account Network Rules (Java)
1213

14+
Azure Storage sample for managing storage account network rules.
1315

14-
Azure Storage sample for managing storage account network rules -
15-
- Create a virtual network and subnet with storage service subnet access enabled
16-
- Create a storage account with access allowed only from the subnet
17-
- Create a public IP address
18-
- Create a virtual machine and associate the public IP address
19-
- Update the storage account with access also allowed from the public IP address
20-
- Update the storage account to restrict incoming traffic to HTTPS.
16+
- Create a virtual network and subnet with storage service subnet access enabled
17+
- Create a storage account with access allowed only from the subnet
18+
- Create a public IP address
19+
- Create a virtual machine and associate the public IP address
20+
- Update the storage account with access also allowed from the public IP address
21+
- Update the storage account to restrict incoming traffic to HTTPS.
2122

2223

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

2526
To run this sample:
2627

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

29-
git clone https://github.com/Azure-Samples/storage-java-manage-storage-account-network-rules.git
30+
```bash
31+
git clone https://github.com/Azure-Samples/storage-java-manage-storage-account-network-rules.git
32+
cd storage-java-manage-storage-account-network-rules
33+
mvn clean compile exec:java
34+
```
3035

31-
cd storage-java-manage-storage-account-network-rules
32-
33-
mvn clean compile exec:java
34-
35-
## More information ##
36+
## More information
3637

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

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)
40-
41-
---
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).
4241

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