Friday, October 26, 2018
Azure CosmosDB Resources
A few links to assist with CosmosDB
CosmosDB Indexes
http://muratbuffalo.blogspot.com/2018/08/logical-index-organization-in-cosmos-db.html?utm_content=78727690&utm_medium=social&utm_source=twitter
CosmosDB Cheat Sheets
https://docs.microsoft.com/en-us/azure/cosmos-db/query-cheat-sheet?WT.mc_id=twitter&utm_content=78509449&utm_medium=social&utm_source=twitter
CosmosDB Like A Pro
https://medium.com/@david.nissimoff/azure-cosmos-db-like-a-pro-minimize-cost-maximize-productivity-24dfee205c0
CosmosDB Ignite 2018 Sessions
https://www.youtube.com/playlist?list=PLmamF3YkHLoLkL4Q-fRgbG8URj503ZMgd
Monday, May 14, 2018
Durable Functions goes GA
Azure Durable Functions is an extension of Azure Functions and Azure WebJobs for managing state, checkpoints, and restarts.
Be sure to view the release notes and open issues to make sure durable extensions will work in your scenario.
https://github.com/Azure/azure-functions-durable-extension/releases/tag/v1.4.0https://github.com/Azure/azure-functions-durable-extension/issues
- They can checkpoint on await and maintain state
- They can orchestrate other functions
- They define workflows as code.
Be sure to view the release notes and open issues to make sure durable extensions will work in your scenario.
https://github.com/Azure/azure-functions-durable-extension/releases/tag/v1.4.0https://github.com/Azure/azure-functions-durable-extension/issues
Subscribe to:
Posts (Atom)