Posts

Showing posts with the label Azure SQL Database

Spring JDBC API + Azure SQL Database - Build REST CRUD APIs

Image
In this section, we will learn how to build REST CRUD APIs with  Spring Boot ,  Spring JDBC API  and  Microsoft  Azure SQL Database . A little bit of Background Azure SQL Database Azure SQL Database is a fully managed platform as a service (PaaS) database engine that handles most of the database management functions such as upgrading, patching, backups, and monitoring without user involvement. Azure SQL Database is always running on the latest stable version of the SQL Server database engine and patched OS with 99.99% availability. PaaS capabilities built into Azure SQL Database enable you to focus on the domain-specific database administration and optimization activities that are critical for your business. More Info -  What is the Azure SQL Database service? - Azure SQL Database | Microsoft Learn Spring Boot Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can "just run".  More Info -  Spring Boot Spring JDBC API The Sprin