File tree 1 file changed +11
-4
lines changed
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 7
7
Install following packages using pip in terminal:
8
8
(this package is ` vital ` to work this cli-app)
9
9
10
- * pip install azure-storage-file
10
+ * ` pip install azure-storage-file `
11
11
12
12
### Step2:
13
13
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.
15
15
16
16
``` json
17
17
{
24
24
25
25
```
26
26
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:
29
28
30
29
Azure Portal:
31
30
[ https://portal.azure.com/ ] ( https://portal.azure.com/ )
32
31
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 )
33
40
34
41
# Usage:
35
42
You can’t perform that action at this time.
0 commit comments