Book Image

Microsoft Azure Development Cookbook Second Edition

Book Image

Microsoft Azure Development Cookbook Second Edition

Overview of this book

Table of Contents (15 chapters)
Microsoft Azure Development Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Going Relational with the Azure SQL Database

In this chapter, we will cover the following topics:

  • Creating a SQL Database server and database

  • Managing SQL Database logins and firewall rules

  • Developing a SQL Database with Visual Studio

  • Connecting to a SQL Database with ADO.NET

  • Connecting to a SQL Database with Entity Framework

  • Connecting to a SQL Database from PHP and Java

  • Migrating a database to a SQL Database

  • Leveraging backup solutions with SQL Database

  • Monitoring SQL Database with the dynamic management views

  • Handling connection failures to a SQL Database