Azure blob storage soft delete is a currently a feature in preview. This feature, as the name suggests, allows Azure to soft delete your blobs when you delete your blobs. The feature is available for existing storage accounts as well as newly ones that are being created. The feature needs to be explicitly turned on new or existing storage account to reap its benefits. The feature can be turned on by navigating to the "Blob Service" --> "Soft delete" section of your storage account. The maximum retention policy of these deleted blobs is currently limited to 1 year, the minimum being 1 day. You can configure any value between that. The setting can only be set at the storage account level and is applicable to all the containers within it. You can also turn this on using the .Net Azure Storage client. The example below, sets the number of retention days to 2. CloudBlobClient client = GetStorageClient(); ServiceProperties prop = new ServiceProperti
So we hit this issue, just before we all set for the evening, IE throws up a pop up "Do you want to stop this script.."? it turns out that IE keeps track of the number of script statements that gets executed from an entry point. This limit in IE is 5 million statements, so if you run above this, then IE is going to think that you script is taking too long to execute and will throw up the warning pop up. Now I am not sure why IE has that limit, unlike FireFox where you get the message after a certain period of time. In both cases I guess it would be a good idea to think of how your screen lays out data and the amount of processing it does. In our case, it turns out that the view was being bound with around 5000 rows (not a good idea!!) of data into a grid and that caused our script to be taken as a candidate that has reached the limit of 5M statement. IE does not allow an easy way to increase this limit, the closest is changing a registry entry. Link to the KB site htt