File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 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{
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
3029Azure 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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments