azure
CloudBlobContainer.ListBlobs() - using ToList() to reduce transaction cost
I have two code examples : var container = new CloudBlobContainer(\"address\"); va开发者_开发问答r blobs = container.ListBlobs();[详细]
2023-04-10 22:32 分类:问答Is there a force flag in windows azure to change the role size?
I tried to change the role size (upwards) in an Azure role and got the following error after uploading[详细]
2023-04-10 22:16 分类:问答Trying to deploy SSL Cert to Azure - Webrole stuck in "Waiting for role to start"
I have an Umbraco instance deployed on Azure via the Umbraco accelerator (created by smarx and Paul Sterling).[详细]
2023-04-10 19:55 分类:问答How do I deduce path to Azure SDK csrun.exe conveniently?
I have some problems with Azure Compute Emulator not restarting properly. To resolve this I want to add csrun /devfabric:stop call to a pre-build step in Visual Studio solution.[详细]
2023-04-10 18:57 分类:问答How to copy a Azure blob file to Azure local storage
I have a WCF service hosted in Azure. I have a spatialite database file I\'m going to keep in Azure blob storage (1.1G).Compressed it is 500K.[详细]
2023-04-10 18:10 分类:问答Build Azure deployment package in NAnt
I\'m looking into migrating our system to Windows Azure. Currently we have an automated process that builds everything and packages it up into msi\'s for us using Team City and NAnt.[详细]
2023-04-10 14:05 分类:问答CMS running on top of Azure Table Storage?
Does anyone know of any free/opensource/commercial CM开发者_运维知识库S products (ASP.NET or MVC-based) that use Azure Table or BLOB Storage for their back-end?[详细]
2023-04-10 11:07 分类:问答Azure - Updating an existing xml file in BLOB storage
I have XML files stored in BLOB storage, and I am trying to figure out what is the most efficient way to update them ( and/or add some elements to them). In a WebRole, I came up with this :[详细]
2023-04-10 10:32 分类:问答TraceSource.TraceEvent() fails logging when Exception message contains non-printable characters
I have a call to TraceSource.TraceEvent() that is sometimes not writing to the Azure Diagnostics logs.[详细]
2023-04-10 09:27 分类:问答Facebook-style API access scenario with Azure ACS and OAuth 2.0: how to implement app authorization?
I am building a social website that will expose REST API (WCF WebAPI) to the world so any developer would be able to create a client application for the website, integrate it with other services, etc.[详细]
2023-04-10 08:31 分类:问答