Azure topic error :- It is not possible for an entity that requires sessions



I think to resolve this, all you need to do is provide a value to message, like so :-



var content = "Tradedata" + i;
var message = new Message(Encoding.UTF8.GetBytes(content));
message.SessionId = Guid.NewGuid().ToString();


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm