Blob
14 TopicsHow to Protect your Azure blob storage from accidental deletion
I know this not a new feature, but this saved my proverbial behind earlier this week. I was cleaning out demo subscriptions and resource groups that I’m no longer using or that need to be reset for new demos. Well… It did not take long for me to pick one that I needed to keep and hit the “Delete resource group”. read this to find out how I recovered.15KViews5likes0CommentsSharePoint 2013 - Remote Blob Storage and Deduplication / Shredded Storage Migration
Hi there, i only found 2 blogs mentioning that this is possible. But is it also supported? Anyone is using this configuration? I want to move most of our sitecollections "to" Remote Blob Storage. I already set it up on our DEV Server but not yet on our test server. But i do not find that much about performance and support of deduplicating the BLOB drive. Also - how can i change the shred size of existing files? At the moment they are set to the 64k design size. Best regards Stephan4.6KViews0likes13CommentsUnable to unzip file using Extract archive to folder
Hi Team, I used a logic app to download a zip file from a URL and saved it in a blob. Now, I want to unzip the file. So I used "Extract archive to folder" action in Logic App. But since the size of my zip file is more than 50 MB, the extract isn't successful and I am facing the below error: { "status": 413, "message": "The file contains 50.306 megabytes which exceeds the maximum 50 megabytes.\r\nclientRequestId: abcd", "error": { "message": "The file contains 50.306 megabytes which exceeds the maximum 50 megabytes." }, "source": "azureblob-ci.azconn-ci.p.azurewebsites.net" } How can I increase this threshold value of 50 MB and get my action triggered? Please help. Regards, Mitesh Agrawal3.7KViews0likes0CommentsLesson Learned #25: Export/Import Azure SQL Database using Azure File Service?
First published on MSDN on Apr 03, 2017 In some situations, we need to import or export our Azure SQL Database using SQLPackage, but, unfortunately, either source and destination file we cannot specify a blob storage, in case that we want to save the file in this storage.1.9KViews1like0CommentsError when creating an index from a data source in azure cognitive search
I was recently tasked with indexing our Azure Blob Storage account (1.2tb). I am currently using the free version of Cog. Search (50mb storage limit). The issue I'm having is after I import data and create an indexer I get the following Import configuration failed, error creating Index Error creating Index: "" What causes the issue to arise and how do I fix it? Is it a problem that I'm using the free version and so the storage isn't enough?1.7KViews0likes0Comments