File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11open  System 
22open  System.IO  
33open  Microsoft.Azure   // Namespace for CloudConfigurationManager 
4- open  Microsoft.WindowsAzure .Storage   // Namespace for CloudStorageAccount 
5- open  Microsoft.WindowsAzure .Storage .Blob   // Namespace for Blob storage types 
4+ open  Microsoft.Azure .Storage   // Namespace for CloudStorageAccount 
5+ open  Microsoft.Azure .Storage .Blob   // Namespace for Blob storage types 
66
77// 
88// Get your connection string. 
Original file line number Diff line number Diff line change 11open  System 
22open  System.IO  
33open  Microsoft.Azure   // Namespace for CloudConfigurationManager 
4- open  Microsoft.WindowsAzure .Storage   // Namespace for CloudStorageAccount 
5- open  Microsoft.WindowsAzure .Storage .File   // Namespace for File storage types 
4+ open  Microsoft.Azure .Storage   // Namespace for CloudStorageAccount 
5+ open  Microsoft.Azure .Storage .File   // Namespace for File storage types 
66
77// 
88// Get your connection string. 
@@ -123,8 +123,8 @@ destBlob.StartCopy(sasUri2)
123123// Troubleshooting File storage using metrics. 
124124// 
125125
126- open  Microsoft.WindowsAzure .Storage .File .Protocol  
127- open  Microsoft.WindowsAzure .Storage .Shared .Protocol  
126+ open  Microsoft.Azure .Storage .File .Protocol  
127+ open  Microsoft.Azure .Storage .Shared .Protocol  
128128
129129let  props  = 
130130    FileServiceProperties( 
Original file line number Diff line number Diff line change 11open  Microsoft.Azure   // Namespace for CloudConfigurationManager  
2- open  Microsoft.WindowsAzure .Storage   // Namespace for CloudStorageAccount 
3- open  Microsoft.WindowsAzure .Storage .Queue   // Namespace for Queue storage types 
2+ open  Microsoft.Azure .Storage   // Namespace for CloudStorageAccount 
3+ open  Microsoft.Azure .Storage .Queue   // Namespace for Queue storage types 
44
55// 
66// Get your connection string. 
Original file line number Diff line number Diff line change 11open  System 
22open  System.IO  
33open  Microsoft.Azure   // Namespace for CloudConfigurationManager 
4- open  Microsoft.WindowsAzure .Storage   // Namespace for CloudStorageAccount 
5- open  Microsoft.WindowsAzure .Storage .Table   // Namespace for Table storage types 
4+ open  Microsoft.Azure .Storage   // Namespace for CloudStorageAccount 
5+ open  Microsoft.Azure .Storage .Table   // Namespace for Table storage types 
66
77// 
88// Get your connection string. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments