I have decided to turn the two-part post into a multi-part one. So this is the second of the three entries about Azure DocumentDB. This one will take my Order example and will create a working example with it. No previous knowledge needed. The third post will handle more advanced topics. Create your DocumentDB Account… Continue reading DocumentDB revisited Part 2 – Get started
Tag: get started
Get started with Azure Redis Cache in .Net
Redis cashe “replaces” the older managed cache (not really – you can still create it if you want to). Redis cache is at least the new cache in the Azure and should be treated as the primary option for using cache in your cloud appliactions. Redis is a key-value store, where a single key can contain… Continue reading Get started with Azure Redis Cache in .Net
Logic Apps: Building a “bad PR” handler
Logic Apps are an interesting new Azure feature to build logically connected flows with sequences of logic happening in logical order. The possibilities are almost endless and you can extend it with own api/logic components if needed. You can use it to do orchestration-like integrations also (consider an http endpoint receiving XML post, schema validation,… Continue reading Logic Apps: Building a “bad PR” handler