You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For cases when a message is destined to go to a handler that doesn't use CosmosDB a synchronized storage session is still created behind the scenes. In such cases it is not necessary to provide the container information yet is is enforced by us and an exception is thrown
Unable to retrieve the container name and the partition key during processing. Make sure that either persistence.Container() is used or the relevant container information is available on the message handling pipeline.
boblangley
changed the title
Unable to retrieve the container name exception thrown for empty handlers
Unable to retrieve the container name exception thrown for handlers that do not use synchronized storage
Oct 23, 2020
boblangley
changed the title
Unable to retrieve the container name exception thrown for handlers that do not use synchronized storage
Exception thrown for handlers that do not use synchronized storage
Oct 23, 2020
Who's affected
Symptoms
For cases when a message is destined to go to a handler that doesn't use CosmosDB a synchronized storage session is still created behind the scenes. In such cases it is not necessary to provide the container information yet is is enforced by us and an exception is thrown
Backported to
The text was updated successfully, but these errors were encountered: