Azure SQL Database
Historically, most of us developers have turned to the RDBMS to store data ... be that MS SQL Server, PostGres, or MySQL, etc. But apart from using the database, we have also had to be concerned with installing and maintaining it. For a small system this might have been minimal, but when things start to grow and scale up, or when you inherit a plain bad design, things start to get troublesome. Azure SQL Database simply removes the pain of management. It allows you to 'stand up' a database in seconds, and connect it with ease to any other Azure based system or codebase. Everything from database management, system patching and tweaking is taken care of. You can simply forget about it and focus on the most important thing, your code! If you have traditionally had to install and manage or share a partly managed hosted database server, then you need to look at switching over to Azure SQL database - it makes sense on a ton of different levels.
Here are some places to get more information:
Azure DocumentDB
As developers, our default thought when it comes to data is - quick! .. de-normalize it! ... "We need to have all of the relationships mapped and broken down to be able to query...." ... actually we now know that's not true. Many times it's better, and faster, both on the saving and unwrapping of data not to have it normalized, and frankly, using a big RDBMS may be the wrong thing to do. In this case, instead of using the old behemoth, we can consider a lighter, faster and more useful alternative in the 'Document storage / NoSQL' family. Azure DocumentDB offers the ability to store JSON data without having to predefine a schema and without having to normalize down our data. Despite this seeming lightness, DocumentDB is incredibly powerful, and offers rich query capabilities and transaction handling. Azure DocumentDB is highly scalable and used for instance by MSN to support literally millions of users.
Here are some places to get more information:
Azure Search
Many applications we develop need to have search capability. Adding it can be as simple as implementing a query against one column in a database, or as complex as a multi-language search using geo-spacial, fuzzy logic search using something like Lucene and ElasticSearch. Azure search removes all of the pain of setting things up yourself, and allows you to get up and running quickly with a rock solid search facility for your users that gives the same responsiveness and professional result capability users have come to expect from services such as Google and Bing for example. Azure Search can be deeply integrated with your data and offers sophisticated search capabilities that as individuals and teams we could not hope to be able to build in a reasonable amount of time.
Here are some places to get more information:
Azure Machine Learning
Machine learning used to be the exclusive domain of white-coated scientists and university researchers - today however, it is becoming more and more a part of how we do business. In almost every domain I know, I see innovative companies coming along almost daily, offering new insights and developments based on the application of machine learning and data science. While it may seem at first glance something to be wary of, something that you could only get involved in if you are inclined towards statistics and maths, doing 'Data Science' and 'Machine Learning' with Azure is actually quite accessible and well worth checking out. I am not proposing that every developer jumps out into the lake of deep learning, instead, I think we need to all come to grips with the fundamentals of the area such as simple predictive analytics, regression analysis and pattern matching. Azure offers some really useful tools to leverage the power of the clever smarty pants scientists that have paved the way for us mere mortals, without having to have a Ph.D. Check it out - you'll be glad you did.
Here are some places to get more information:
Until next time, happy coding! :)
Humayun Kabir MamunPosted Jul 13, 2016, 8:05 AM
Nice...
Ravi KandelPosted Jul 8, 2016, 7:00 AM
Thanks
Abhishek AroraPosted Jul 8, 2016, 2:36 AM
Well explained. thanks for sharing.
Vignesh ManiPosted Jul 6, 2016, 4:19 PM
Good one sir
Mukesh KumarPosted Jul 6, 2016, 7:39 AM
Good details about Azure
RajaPosted Jul 6, 2016, 12:10 AM
Nice Share...
Prasanna MuraliPosted Jul 5, 2016, 12:11 PM
Nice one...
kalu singh raoPosted Jul 5, 2016, 5:53 AM
Nice...