Все вопросы: [azure-storage]
13 вопросов
Где я могу найти общий ключ моей учетной записи в Windows Azure?
Прошло некоторое время с тех пор, как я использовал Azure, и я забыл, где найти общий ключ моей учетной записи, и я не могу найти его на портале.Где мне искать?
Создание динамического оператора LINQ без свойства типа сущности
Я пытаюсь создать оператор Linq, который запрашивает как столбцы, существующие в моем объекте как свойства, так и те, которые не существуют, но существуют как столбцы в базе данных для объекта. Например, у меня есть набор сущностей Book. Каждая книга имеет свойство идентификатора и заголовка,...
hosting silverlight media with azure
I'm considering hosting MP4s using Azure Blob storage. When azure returns a blob using a url does it include the accept-range header. Will silverlight be able to seek ahead using byte range requests on the Azure storage?
Can an application recognize whether it runs in a cloud or on a normal server?
Can an application recognize whether it runs in a cloud or on a normal server? If that is possible, I could automatically let the application deside wehere to store f.e. user pictures: IO or blob storage.
Where to store things like user pictures using Azure? Blob Storage?
I have just migrated a project of mine for test cases to Microsoft's azure. But for functionalities similar to an avatar upload I need write access to the files on the harddrive. But this is a cloud, so this is not possible. How can I build such functionalities instead? Should I use the Blob Sto...
Increasing default string value length when creating Test Table Storage in Windows Azure
Is it possible to increase the default value length of string values from nvarchar(1000) to something higher? So that I don't need to edit the tables in SQLEXPRESS each time I recreate the tables.
Windows Azure: "An item with the same key has already been added." exception thrown on Select
I'm getting a strange error while trying to select a row from a table under Windows Azure Table Storage. The exception "An item with the same key has already been added." is being thrown even though I'm not inserting anything. The query that is causing the problem is as follows: var ids = new H...
How do you debug problems with local storage? Trouble with "An error occurred while processing this request" in HandleBatchResponse
Cross-posted at MSDN. I have a list of entity objects I'm trying to insert into a table in the local storage service. Using a data context class derived from the SampleClient TableStorageDataContext class, I create a new context object and add the entities with no issues. When I call context.S...
Altering tables with Windows Azure
I'm using the following method to create tables in Windows Azure. This code is executed only once when the application is first initialized TableStorage.CreateTablesFromModel(typeof(customDataServiceContext), account); If I have updates (ex. new columns) that I want to make to the table, how ...
Querying table storage data with Windows Azure
This question has 2 parts. Is there a way to view the data that is stored locally. I understand that local table storage is actually done using SQLExpress behind the scenes. Where is that SQLExpress database located and can I open it using any query tool? Is there a specific account I need t...
Может ли новый сетевой стек клиентов в Silverlight 3 напрямую подключаться к хранилищу Azure или Mesh?
От Тима Хойера : В Silverlight 3 мы представили клиентский HTTP-стек в качестве опции. также. Вы должны отказаться от использования клиентской обработки HTTP. Это дает у вас есть возможность использовать больше, чем просто GET / POST (т.е. более REST-ful глаголы), используя коды сос...
Создание таблицы хранилища Azure на asp.net MVC
Я слежу за этим сообщением в блоге, чтобы создать таблицу хранения Azure: http: //blogs.msdn. com / jnak / archive / 2008/10/28 / walkthrough-simple-table-storage.aspx Он отлично работает с веб-ролью asp.net web_role. Я воссоздал тот же проект, используя asp.net mvc в качестве веб-роли, ...
Как узнать имя учетной записи хранения таблиц Azure?
Я пытаюсь переместить хранилище таблиц в Azure из локального хранилища в облако. Я использовал devstoreaccount1 для локального доступа, но я не уверен, что мне нужно туда поместить для перехода в облако. Это не та учетная запись пользователя, которую я использовал для регистрации своих учетны...