DEV Community

Cover image for Deploying a Web App with an SQL Database in Microsoft Azure
Taiwo Olabode
Taiwo Olabode

Posted on

Deploying a Web App with an SQL Database in Microsoft Azure

Meaning of Deploying a Web App with an SQL Database in Microsoft Azure

Deploying a web app with an SQL database in Azure is like renting space online to run your website and store its data. The Azure Portal makes it easy to set up, manage, and keep everything secure. Start with the free tier, follow the steps below, and you’ll have your app online in no time!

In this article, we will be focusing on the following:

  • On the GitHub page, choose Deploy to Azure.

  • A new tab opens. If necessary, re-sign into Azure with the account that has Global Administrator privileges.

  • On the Basics page, select Edit template.

  • In the template editor, delete the contents of lines 158 to 174 inclusive and delete the “,” on line 157. Choose Save.

  • On the Basics page, provide the following information and choose Next.

Property Value
Subscription Your subscription
Resource Group rg-alpha5
Region Central US
Sku Name F1
Sku Capacity 3
Sql Administrator Login prime
Sql Administrator Login Password [Select a unique secure password] P@ssw0rdP@ssw0rd

  • Review the information presented and select Create.

  • After the deployment completes, choose Go to resource group.

To stop web app

  • To start web app

Top comments (0)