Upload Images to Azure storage Account Inserted Information
                            
                         
                        
                     
                 
                
                    Hi, 
This is my TABLE 
ID Name ImageURL 
1 aaa http://example/Blob/Images/1.jpg 
At the time of inserting the data insert into sqlserver database along with Image Url like above example,The Image stored to Azure Storage account, 
At the time of Uploading image automatically store data in database above formate(Example I am giving)Images are store in Azure storage account using MVC 
In the same way Update,Delete,Display also 
Can you give me this example code or give me any sample example for this 
help me