Azure durable entities are stateful components offered by Microsoft Azure functions. They can hold a state, which requires to be JSON serializable, and will be stored in reliable storage.
My questions are:
- How large the state of the entity can be?
- What is the pricing model for the entities? Could I rely on the GB-s reported by Azure Portal for the pricing model, or the storage used by the entities also will be priced separately?