Skip to content

Commit

Permalink
Add MySQL and Postgres to basic web app RA
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wasson committed Mar 4, 2018
1 parent 943e671 commit 8380638
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The architecture has the following components:

* **Azure DNS**. [Azure DNS][azure-dns] is a hosting service for DNS domains, providing name resolution using Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records using the same credentials, APIs, tools, and billing as your other Azure services. To use a custom domain name (such as `contoso.com`) create DNS records that map the custom domain name to the IP address. For more information, see [Configure a custom domain name in Azure App Service][custom-domain-name].

* **Azure SQL Database**. [SQL Database][sql-db] is a relational database-as-a-service in the cloud.
* **Azure SQL Database**. [SQL Database][sql-db] is a relational database-as-a-service in the cloud. SQL Database shares its code base with the Microsoft SQL Server database engine. Depending on your application requirements, you can also use [Azure Database for MySQL](/azure/mysql) or [Azure Database for PostgreSQL](/azure/postgresql). These are fully managed database services, based on the open source MySQL Server and Postgres database engines, respectively.

* **Logical server**. In Azure SQL Database, a logical server hosts your databases. You can create multiple databases per logical server.

Expand Down
Loading

0 comments on commit 8380638

Please sign in to comment.