Book Image

SQL Server on Azure Virtual Machines

By : Joey D'Antoni, Louis Davidson, Allan Hirt, John Martin, Anthony Nocentino, Tim Radney, Randolph West
Book Image

SQL Server on Azure Virtual Machines

By: Joey D'Antoni, Louis Davidson, Allan Hirt, John Martin, Anthony Nocentino, Tim Radney, Randolph West

Overview of this book

Deploying SQL Server on Azure virtual machines allows you to work on full versions of SQL Server in the cloud without having to maintain on-premises hardware. The book begins by introducing you to the SQL portfolio in Azure and takes you through SQL Server IaaS scenarios, before explaining the factors that you need to consider while choosing an OS for SQL Server in Azure VMs. As you progress through the book, you'll explore different VM options and deployment choices for IaaS and understand platform availability, migration tools, and best practices in Azure. In later chapters, you'll learn how to configure storage to achieve optimized performance. Finally, you'll get to grips with the concept of Azure Hybrid Benefit and find out how you can use it to maximize the value of your existing on-premises SQL Server. By the end of this book, you'll be proficient in administering SQL Server on Microsoft Azure and leveraging the tools required for its deployment.
Table of Contents (10 chapters)
8
Index

SQL Server on the Linux development ecosystem

Modern SQL Server provide an open-source developer with the ability to opt for the languages and tooling of their choice in order to successfully build their application. In this section, let's take a look at the language choices you have when developing code and the tools available when working with SQL Server.

Open-source development frameworks and tooling for SQL Server on Linux in Azure Virtual Machines

For years, developers had to choose between open-source development frameworks and those frameworks available for Microsoft technologies. Well, over the course of the last few years, that binary decision has changed dramatically. Microsoft has made a conscious effort to enable and support many different developer frameworks and technologies, embracing open-source technologies within the Microsoft platform. Now available to you are connection modules (drivers) for the programming languages of your choice, such as Ruby, PHP...