Skip to content

Commit 61819f9

Browse files
author
Hamed Taheri
committed
u
1 parent a5907cb commit 61819f9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.MD

+11-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
Install following packages using pip in terminal:
88
(this package is `vital` to work this cli-app)
99

10-
* pip install azure-storage-file
10+
* `pip install azure-storage-file`
1111

1212
### Step2:
1313

14-
> Edit config.json file and put your Azure StorageAccount name, AccessKey->Key1 and FileShare(SMB) name in it.
14+
> Edit config.json file and put your Azure `StorageAccount` name, AccessKey->`Key1` and `FileShare`(SMB) name in it.
1515
1616
```json
1717
{
@@ -24,12 +24,19 @@
2424

2525
```
2626

27-
Tutorial Link:
28-
[https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share](https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share)
27+
Links:
2928

3029
Azure Portal:
3130
[https://portal.azure.com/](https://portal.azure.com/)
3231

32+
Microsoft Azure Storage SDK for Python:
33+
[https://github.com/Azure/azure-storage-python](https://github.com/Azure/azure-storage-python)
34+
35+
How to create FileShare and StorageAccount:
36+
[https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share](https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-create-file-share)
37+
38+
Learn how to develop Python applications and services that use Azure Files to store file data.
39+
[https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/storage/files/storage-python-how-to-use-file-storage.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/storage/files/storage-python-how-to-use-file-storage.md)
3340

3441
# Usage:
3542

0 commit comments

Comments
 (0)