Normal scaffolding of a mode from its schema can't work for a document database (like Azure Cosmos DB NoSQL) since there is no defined schema. However, when the shape of documents stored in a database is reasonably consistent, then it may be possible to infer the model shape from these documents and generate an EF Core model to work with them.
Normal scaffolding of a mode from its schema can't work for a document database (like Azure Cosmos DB NoSQL) since there is no defined schema. However, when the shape of documents stored in a database is reasonably consistent, then it may be possible to infer the model shape from these documents and generate an EF Core model to work with them.