Skip to content

Commit 64fe41b

Browse files
committed
consistency edits + bash comment for scripts
1 parent 8892c88 commit 64fe41b

26 files changed

Lines changed: 315 additions & 171 deletions

azure-sql/database/elastic-pool-manage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage elastic pools
3-
description: Create and manage Azure SQL Database elastic pools using the Azure portal, PowerShell, the Azure CLI, Transact-SQL (T-SQL), and Rest API.
3+
description: Create and manage Azure SQL Database elastic pools using the Azure portal, PowerShell, Azure CLI, Transact-SQL (T-SQL), and Rest API.
44
services: sql-database
55
ms.service: sql-database
66
ms.subservice: elastic-pools
@@ -13,6 +13,7 @@ ms.custom: seoapril2019 sqldbrb=1, devx-track-azurecli
1313
---
1414

1515
# Manage elastic pools in Azure SQL Database
16+
1617
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]
1718

1819
With an elastic pool, you determine the amount of resources that the elastic pool requires to handle the workload of its databases, and the amount of resources for each pooled database.
@@ -60,7 +61,7 @@ To create and manage SQL Database elastic pools and pooled databases with Azure
6061
6162
## Azure CLI
6263

63-
To create and manage SQL Database elastic pools with the [Azure CLI](/cli/azure), use the following [Azure CLI SQL Database](/cli/azure/sql/db) commands. Use the [Cloud Shell](../../cloud-shell/overview.md) to run the CLI in your browser, or [install](/cli/azure/install-azure-cli) it on macOS, Linux, or Windows.
64+
To create and manage SQL Database elastic pools with the [Azure CLI](/cli/azure), use the following [Azure CLI SQL Database](/cli/azure/sql/db) commands. Use the [Cloud Shell](../../cloud-shell/overview.md) to run Azure CLI in your browser, or [install](/cli/azure/install-azure-cli) it on macOS, Linux, or Windows.
6465

6566
> [!TIP]
6667
> For Azure CLI example scripts, see [Use CLI to move a database in SQL Database in a SQL elastic pool](scripts/move-database-between-elastic-pools-cli.md) and [Use Azure CLI to scale a SQL elastic pool in Azure SQL Database](scripts/scale-pool-cli.md).

azure-sql/database/logical-servers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.reviewer: mathoma
1414
ms.date: 03/12/2019
1515
---
1616
# What is a logical SQL server in Azure SQL Database and Azure Synapse?
17+
1718
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]
1819

1920
In Azure SQL Database and Azure Synapse Analytics, a server is a logical construct that acts as a central administrative point for a collection of databases. At the server level, you can administer [logins](logins-create-manage.md), [firewall rules](firewall-configure.md), [auditing rules](../../azure-sql/database/auditing-overview.md), [threat detection policies](threat-detection-configure.md), and [auto-failover groups](auto-failover-group-overview.md). A server can be in a different region than its resource group. The server must exist before you can create a database in Azure SQL Database or a data warehouse database in Azure Synapse Analytics. All databases managed by a single server are created within the same region as the server.
@@ -104,7 +105,7 @@ To create and manage servers, databases, and firewalls with Azure PowerShell, us
104105
105106
## Manage servers, databases, and firewalls using the Azure CLI
106107

107-
To create and manage servers, databases, and firewalls with the [Azure CLI](/cli/azure), use the following [Azure CLI SQL Database](/cli/azure/sql/db) commands. Use the [Cloud Shell](../../cloud-shell/overview.md) to run the CLI in your browser, or [install](/cli/azure/install-azure-cli) it on macOS, Linux, or Windows. For creating and managing elastic pools, see [Elastic pools](elastic-pool-overview.md).
108+
To create and manage servers, databases, and firewalls with [Azure CLI](/cli/azure), use the following [Azure CLI SQL Database](/cli/azure/sql/db) commands. Use the [Cloud Shell](../../cloud-shell/overview.md) to run Azure CLI in your browser, or [install](/cli/azure/install-azure-cli) it on macOS, Linux, or Windows. For creating and managing elastic pools, see [Elastic pools](elastic-pool-overview.md).
108109

109110
| Cmdlet | Description |
110111
| --- | --- |
@@ -129,7 +130,7 @@ To create and manage servers, databases, and firewalls with the [Azure CLI](/cli
129130
|[az sql server firewall-rule delete](/cli/azure/sql/server/firewall-rule#az_sql_server_firewall_rule_delete)|Deletes a firewall rule|
130131

131132
> [!TIP]
132-
> For an Azure CLI quickstart, see [Create a database in Azure SQL Database using the Azure CLI](az-cli-script-samples-content-guide.md). For Azure CLI example scripts, see [Use the CLI to create a database in Azure SQL Database and configure a firewall rule](scripts/create-and-configure-database-cli.md) and [Use the CLI to monitor and scale a database in Azure SQL Database](scripts/monitor-and-scale-database-cli.md).
133+
> For an Azure CLI quickstart, see [Create a database in Azure SQL Database using Azure CLI](az-cli-script-samples-content-guide.md). For Azure CLI example scripts, see [Use Azure CLIto create a database in Azure SQL Database and configure a firewall rule](scripts/create-and-configure-database-cli.md) and [Use Azure CLI to monitor and scale a database in Azure SQL Database](scripts/monitor-and-scale-database-cli.md).
133134
>
134135
135136
## Manage servers, databases, and firewalls using Transact-SQL
@@ -187,4 +188,4 @@ To create and manage servers, databases, and firewalls, use these REST API reque
187188
## Next steps
188189

189190
- To learn about migrating a SQL Server database to Azure SQL Database, see [Migrate to Azure SQL Database](migrate-to-database-from-sql-server.md).
190-
- For information about supported features, see [Features](features-comparison.md).
191+
- For information about supported features, see [Features](features-comparison.md).

0 commit comments

Comments
 (0)