azure-storage
generating images in Azure asp.net
I\'m currently running a site of a dedicated server but want to scale up using Microsofts Azure cloud platform in the future but im unsure if a certin part of my code will work on azure.[详细]
2023-02-08 16:29 分类:问答Azure storage error: "The specified blob already exists", but it doesn't!
I have this code: CloudBlob blob = _container.GetBlobReference(relativefilePath); blob.Properties.ContentType = contentType;[详细]
2023-02-08 07:28 分类:问答Azure Blob Storage Browser in Silverlight
I would like to make an Azure Blob Storage browser using Silverlight, like CloudBerry Explorer does. I have an Azure Storage account and the keys, but I am still picking which Control I should use to[详细]
2023-02-07 09:26 分类:问答Insert Entities into multiple Azure Table Storage partitions (same table) and know which, if any, inserts failed
I have an Azure Worker Role set up to get information from a few external web services, parse it into several different entity types, and store these entities in an Azure Table Storage. Crucially, mos[详细]
2023-02-07 08:09 分类:问答Is it possible to create a public queue in Windows Azure?
In Windows Azure it\'s possible to create public Blob Container. Such a container can be accessed by anonymous clients via the REST API.[详细]
2023-02-07 04:29 分类:问答What's the probability of repeating a rowkey that depends on datetime in Azure
Is the there the chance to repeat a RowKey in an Azure table that is constructed like this? string.Format(\"{0:d19}\", DateTime.MaxValue.Ticks - DateTime.UtcNow.Ticks)[详细]
2023-02-06 12:53 分类:问答Can someone describe how the logic flows in this recursive Async Azure Storage call?
Can someone help me understand how this code is exec开发者_JS百科uted, and where the \"result\" is, and at what point can I start doing stuff with the complete result.[详细]
2023-02-05 16:24 分类:问答Difference between CloudBlobDirectory and using a delimiter in Azure Storage?
What is the difference between using the CloudBlobDirectory and using a Delimited Blob List h开发者_StackOverflow中文版ttp://msdn.microsoft.com/en-us/library/dd179465.aspx#DelimitedBlobList[详细]
2023-02-03 13:15 分类:问答How can I migrate an Azure application to IIS?
I have a webrole I\'d like to host in IIS for the time being.开发者_如何学运维 Does anyone know how involved this is, considering that I still want Azure Storage functions of the IIS site to still wo[详细]
2023-02-03 03:06 分类:问答How to fake Azure Table Storage in .NET for Unit Testing? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-03 00:39 分类:问答