Setting up the SQL PaaS database in Azure

As mentioned in the previous section, the Azure SQL database is a Microsoft SQL Server based database that is available as a service in Azure. To deploy a new Azure SQL database, go to the Azure portal, and perform the following steps:

  1. Navigate to New -> Databases -> SQL Database.
  2. Fill in the following parameters:
    • Database name: This parameter represents the name of the database.
    • Subscription: In this parameter, choose the appropriate subscription from the drop-down menu.
    • Resource group: In this example, we will choose the existing serverless resource group so that we can see all of the resources related to our application organized together. In your environment, you may choose to organize resources ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.