TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Microsoft Azure

    Score8.5 out of 10
    N/AMicrosoft Azure is a cloud computing platform and infrastructure for building, deploying, and managing applications and services through a global network of Microsoft-managed datacenters.

    $29

    per month

    SQLite

    Score8 out of 10
    N/ASQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is one of the most widely deployed databases in the world.N/A
    Pricing
    Microsoft AzureSQLite
    Editions & Modules
    Developer
    $29
    per month
    Standard
    $100
    per month
    Professional Direct
    $1000
    per month
    Basic
    Free
    per month
    No answers on this topic
    Offerings
    Pricing Offerings
    Microsoft AzureSQLite
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional DetailsThe free tier lets users have access to a variety of services free for 12 months with limited usage after making an Azure account.—
    More Pricing Information
    Community Pulse
    Microsoft AzureSQLite
    Considered Both Products
    Microsoft
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    92%
    Would buy again
    34 Answers
    100%
    Would buy again
    11 Answers
    Delivers good value for the price
    94%
    Delivers good value for the price
    31 Answers
    100%
    Delivers good value for the price
    11 Answers
    Happy with the feature set
    95%
    Happy with the feature set
    35 Answers
    100%
    Happy with the feature set
    11 Answers
    Lived up to sales and marketing promises
    89%
    Lived up to sales and marketing promises
    24 Answers
    90%
    Lived up to sales and marketing promises
    9 Answers
    Implementation went as expected
    94%
    Implementation went as expected
    34 Answers
    100%
    Implementation went as expected
    11 Answers
    Features
    Microsoft AzureSQLite
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of Microsoft Azure and SQLite
    Feature
    Microsoft Azure
    8.4
    27 Ratings
    2% above category average
    SQLite
    -
    Ratings
    Service-level Agreement (SLA) uptime8.126 Ratings00 Ratings
    Dynamic scaling8.725 Ratings00 Ratings
    Elastic load balancing8.624 Ratings00 Ratings
    Pre-configured templates8.225 Ratings00 Ratings
    Monitoring tools8.326 Ratings00 Ratings
    Pre-defined machine images8.424 Ratings00 Ratings
    Operating system support8.926 Ratings00 Ratings
    Security controls8.626 Ratings00 Ratings
    Automation8.224 Ratings00 Ratings
    Best Alternatives
    Microsoft AzureSQLite
    Small Businesses
    IBM Cloud Object Storage
    Score9 out of 10
    MariaDB Platform
    Score9.1 out of 10
    Medium-sized Companies
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    PostgreSQL
    Score8.8 out of 10
    Enterprises
    SAP on IBM Cloud
    Score9 out of 10
    MySQL
    Score8.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Microsoft AzureSQLite
    Likelihood to Recommend
    8.7
    (96 ratings)
    8.0
    (14 ratings)
    Likelihood to Renew
    10.0
    (17 ratings)
    -
    (0 ratings)
    Usability
    8.3
    (36 ratings)
    8.0
    (2 ratings)
    Availability
    6.8
    (2 ratings)
    -
    (0 ratings)
    Support Rating
    9.0
    (27 ratings)
    1.0
    (1 ratings)
    Implementation Rating
    8.0
    (2 ratings)
    -
    (0 ratings)
    Configurability
    -
    (0 ratings)
    10.0
    (1 ratings)
    Ease of integration
    -
    (0 ratings)
    10.0
    (1 ratings)
    User Testimonials
    Microsoft AzureSQLite
    Likelihood to Recommend
    Microsoft
    Azure is particularly well suited for enterprise environments with existing Microsoft investments, those that require robust compliance features, and organizations that need hybrid cloud capabilities that bridge on-premises and cloud infrastructure. In my opinion, Azure is less appropriate for cost-sensitive startups or small businesses without dedicated cloud expertise and scenarios requiring edge computing use cases with limited connectivity. Azure offers comprehensive solutions for most business needs but can feel like there is a higher learning curve than other cloud-based providers, depending on the product and use case.
    Read full review
    Open Source
    SQLite is a lightweight and efficient database management system. With SQLite, performance increases as memory are added. It's reliable and well-tested before release. SQLite handles memory allocation and I/O errors gracefully. SQLite provides bug lists and code-change chronologies. All bugs are disclosed, and it's compatible with iOS, Android, MAC, and Windows. SQLite is open-source, allowing developers to tailor it to their specific needs.
    Incentivized
    Read full review
    Pros
    Microsoft
    • Microsoft Azure is highly scalable and flexible. You can quickly scale up or down additional resources and computing power.
    • You have no longer upfront investments for hardware. You only pay for the use of your computing power, storage space, or services.
    • The uptime that can be achieved and guaranteed is very important for our company. This includes the rapid maintenance for security updates that are mostly carried out by Microsoft.
    • The wide range of capabilities of services that are possible in Microsoft Azure. You can practically put or create anything in Microsoft Azure.
    Incentivized
    Read full review
    Open Source
    • Our products are using SQLite in embedded Linux and in Windows software.
    • It is truly a stable cross-platform database.
    • The fact that it is a zero-configuration database engine, it is particularly a nice advantage when you work in the embedded world.
    • Being a single database file, it provides ease for those who need to quickly transfer data to someone else, or quickly browse data.
    Incentivized
    Read full review
    Cons
    Microsoft
    • The cost of resources is difficult to determine, technical documentation is frequently out of date, and documentation and mapping capabilities are lacking.
    • The documentation needs to be improved, and some advanced configuration options require research and experimentation.
    • Microsoft's licensing scheme is too complex for the average user, and Azure SQL syntax is too different from traditional SQL.
    Read full review
    Open Source
    • Although it is excellent at what it does, you should be really careful and plan accordingly if you know that your database is going to scale at a huge level because it is not suitable of databases which are of Enterprise level and demands top-notch security and protection.
    • If your project involves multiple people working on the same database simultaneously, then that becomes a big problem, because it only allows single write at one time. You really need to be forward thinking in a manner to predict if this database will cater to all the needs of your project.
    • The most common difficulty with this is the lack of some of the basic functionality which is present in the other premier databases like Joints, Stored Procedure calls, Security and permission grants. If you do require all those things then you are better off not using this software.
    • Lastly, if you are using this in an Andriod App development cycle then also your options are limited because it does not integrate with PostgreSQL and MYSQL.
    Incentivized
    Read full review
    Likelihood to Renew
    Microsoft
    Moving to Azure was and still is an organizational strategy and not simply changing vendors. Our product roadmap revolved around Azure as we are in the business of humanitarian relief and Azure and Microsoft play an important part in quickly and efficiently serving all of the world. Migration and investment in Azure should be considered as an overall strategy of an organization and communicated companywide.
    Read full review
    Open Source
    No answers on this topic
    Usability
    Microsoft
    As Microsoft Azure is [doing a] really good with PaaS. The need of a market is to have [a] combo of PaaS and IaaS. While AWS is making [an] exceptionally well blend of both of them, Azure needs to work more on DevOps and Automation stuff. Apart from that, I would recommend Azure as a great platform for cloud services as scale.
    Incentivized
    Read full review
    Open Source
    I have given this rating cause its irreplaceable in some of the areas like no more installation need except from a single library. I find dialect is simple in use cases. its suitable for any professionals with various skill levels. its easily connect with various os and devices. very less maintenance or administration required.
    Incentivized
    Read full review
    Reliability and Availability
    Microsoft
    It has proven to be unreliable in our production environment and services become unavailable without proper notification to system administrators
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    Microsoft
    We were running Windows Server and Active Directory, so [Microsoft] Azure was a seamless transition. We ran into a few, if any support issues, however, the availability of Microsoft Azure's support team was more than willing and able to guide us through the process. They even proposed solutions to issues we had not even thought of!
    Incentivized
    Read full review
    Open Source
    I haven't needed support yet.
    Incentivized
    Read full review
    Implementation Rating
    Microsoft
    As I have mentioned before the issue with my Oracle Mismatch Version issues that have put a delay on moving one of my platforms will justify my 7 rating.
    Read full review
    Open Source
    No answers on this topic
    Alternatives Considered
    Microsoft
    As I continue to evaluate the "big three" cloud providers for our clients, I make the following distinctions, though this gap continues to close. AWS is more granular, and inherently powerful in the configuration options compared to [Microsoft] Azure. It is a "developer" platform for cloud. However, Azure PowerShell is helping close this gap. Google Cloud is the leading containerization platform, largely thanks to it building kubernetes from the ground up. Azure containerization is getting better at having the same storage/deployment options.
    Incentivized
    Read full review
    Open Source
    We looked at other traditional RDBMS products, but found them to be cumbersome to deploy. They take up more space, and consume more computing resources than SQLite does. While the performance or direct integration to our primary applications may have been better or easier if we had gone with a traditional RDBMS, the performance of SQLite has been more than acceptable. The performance and speed to deploy made SQLite a much more attractive option for us than a traditional RDBMS.
    Incentivized
    Read full review
    Return on Investment
    Microsoft
    • For about 2 years we didn't have to do anything with our production VMs, the system ran without a hitch, which meant our engineers could focus on features rather than infrastructure.
    • DNS management was very easy in Azure, which made it easy to upgrade our cluster with zero downtime.
    • Azure Web UI was easy to work with and navigate, which meant our senior engineers and DevOps team could work with Azure without formal training.
    Incentivized
    Read full review
    Open Source
    • No licensing fees has a net increase on ROI
    • The active community has kept support costs low, further increasing ROI
    • The wide range of supported platforms and high level of compatibility has increased ROI by reducing time spent porting the database model to any platform specific solutions.
    Incentivized
    Read full review
    ScreenShots