Tag Archives: azure

Azure Tables loadtest

Our Session data is saved in Azure Tables. It is identified with a GUID and grouped by Instruments. But we didn’t use PartitionKey or RowKey in our implementation. The PartitionKey hands the ability to logicaly group data. The RowKey identifies … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Streaming azure

In the local development fabric streaming messages works. But in Azure I experience many the problems. The reply message was “the HTTP request includes a non-supported header” and the resultcode was 400 – bad request. I noticed that a small … Continue reading

Posted in Development | Tagged , , , , , | Leave a comment