Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#441 from mspnp/mike/app-service-ra
Browse files Browse the repository at this point in the history
Add MySQL and Postgres to basic web app RA
  • Loading branch information
Petertaylor9999 authored Mar 6, 2018
2 parents e17244c + 8380638 commit 5d6f641
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 5d6f641

Please sign in to comment.