Skip to content

Commit 154d9f7

Browse files
committed
edit scale script text
1 parent 40aa976 commit 154d9f7

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

articles/mariadb/scripts/sample-scale-server.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.service: mariadb
77
ms.devlang: azurecli
88
ms.topic: sample
99
ms.custom: mvc
10-
ms.date: 11/28/2018
10+
ms.date: 08/01/2019
1111
---
1212

1313
# Monitor and scale an Azure Database for MariaDB server using Azure CLI
14-
This sample CLI script scales a single Azure Database for MariaDB server to a different performance level after querying the metrics.
14+
This sample CLI script scales compute and storage a single Azure Database for MariaDB server after querying the metrics.
1515

1616
[!INCLUDE [cloud-shell-try-it](../../../includes/cloud-shell-try-it.md)]
1717

@@ -32,10 +32,11 @@ This script uses the commands outlined in the following table:
3232
|---|---|
3333
| [az group create](/cli/azure/group#az-group-create) | Creates a resource group in which all resources are stored. |
3434
| [az mariadb server create](/cli/azure/mariadb/server#az-mariadb-server-create) | Creates a MariaDB server that hosts the databases. |
35+
| [az mariadb server update](/cli/azure/mariadb/server#az-mariadb-server-update) | Updates properties of the MariaDB server. |
3536
| [az monitor metrics list](/cli/azure/monitor/metrics#az-monitor-metrics-list) | List the metric value for the resources. |
3637
| [az group delete](/cli/azure/group#az-group-delete) | Deletes a resource group including all nested resources. |
3738

3839
## Next steps
39-
- Read more information on the Azure CLI: [Azure CLI documentation](/cli/azure).
40+
- Learn more about [Azure Database for MariaDB compute and storage](../concepts-pricing-tiers.md)
4041
- Try additional scripts: [Azure CLI samples for Azure Database for MariaDB](../sample-scripts-azure-cli.md)
41-
- For more information on scaling, see [Pricing Tiers](../concepts-pricing-tiers.md.
42+
- Learn more about the [Azure CLI](/cli/azure)

articles/mysql/scripts/sample-scale-server.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.service: mysql
77
ms.devlang: azurecli
88
ms.topic: sample
99
ms.custom: mvc
10-
ms.date: 04/05/2018
10+
ms.date: 08/01/2019
1111
---
1212

1313
# Monitor and scale an Azure Database for MySQL server using Azure CLI
14-
This sample CLI script scales a single Azure Database for MySQL server to a different performance level after querying the metrics.
14+
This sample CLI script scalescompute and storage for a single Azure Database for MySQL server after querying the metrics.
1515

1616
[!INCLUDE [cloud-shell-try-it](../../../includes/cloud-shell-try-it.md)]
1717

@@ -32,10 +32,11 @@ This script uses the commands outlined in the following table:
3232
|---|---|
3333
| [az group create](/cli/azure/group#az-group-create) | Creates a resource group in which all resources are stored. |
3434
| [az mysql server create](/cli/azure/mysql/server#az-mysql-server-create) | Creates a MySQL server that hosts the databases. |
35+
| [az mysql server update](/cli/azure/mysql/server#az-mysql-server-update) | Updates properties of the MySQL server. |
3536
| [az monitor metrics list](/cli/azure/monitor/metrics#az-monitor-metrics-list) | List the metric value for the resources. |
3637
| [az group delete](/cli/azure/group#az-group-delete) | Deletes a resource group including all nested resources. |
3738

3839
## Next steps
39-
- Read more information on the Azure CLI: [Azure CLI documentation](/cli/azure).
40+
- Learn more about [Azure Database for MySQL compute and storage](../concepts-pricing-tiers.md)
4041
- Try additional scripts: [Azure CLI samples for Azure Database for MySQL](../sample-scripts-azure-cli.md)
41-
- For more information on scaling, see [Service Tiers](../concepts-service-tiers.md) and [Compute Units and Storage Units](../concepts-compute-unit-and-storage.md).
42+
- Learn more about the [Azure CLI](/cli/azure)

articles/postgresql/scripts/sample-scale-server-up-or-down.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Azure CLI script - Scale Azure Database for PostgreSQL
2+
title: Azure CLI script - Scale and monitor Azure Database for PostgreSQL
33
description: Azure CLI Script Sample - Scale Azure Database for PostgreSQL server to a different performance level after querying the metrics.
44
author: rachel-msft
55
ms.author: raagyema
66
ms.service: postgresql
77
ms.devlang: azurecli
88
ms.custom: mvc
99
ms.topic: sample
10-
ms.date: 04/05/2018
10+
ms.date: 08/01/2019
1111
---
1212
# Monitor and scale a single PostgreSQL server using Azure CLI
13-
This sample CLI script scales a single Azure Database for PostgreSQL server to a different performance level after querying the metrics.
13+
This sample CLI script scales compute and storage for a single Azure Database for PostgreSQL server after querying the metrics.
1414

1515
[!INCLUDE [cloud-shell-try-it](../../../includes/cloud-shell-try-it.md)]
1616

@@ -30,11 +30,12 @@ This script uses the commands outlined in the following table:
3030
| **Command** | **Notes** |
3131
|---|---|
3232
| [az group create](/cli/azure/group) | Creates a resource group in which all resources are stored. |
33-
| [az postgres server create](/cli/azure/postgres/server) | Creates a PostgreSQL server that hosts the databases. |
33+
| [az postgres server create](/cli/azure/postgres/server#az-postgres-server-create) | Creates a PostgreSQL server that hosts the databases. |
34+
| [az postgres server update](/cli/azure/postgres/server#az-postgres-server-update) | Updates properties of the PostgreSQL server. |
3435
| [az monitor metrics list](/cli/azure/monitor/metrics) | List the metric value for the resources. |
3536
| [az group delete](/cli/azure/group) | Deletes a resource group including all nested resources. |
3637

3738
## Next steps
38-
- Read more information on the Azure CLI: [Azure CLI documentation](/cli/azure)
39+
- Learn more about [Azure Database for PostgreSQL compute and storage](../concepts-pricing-tiers.md)
3940
- Try additional scripts: [Azure CLI samples for Azure Database for PostgreSQL](../sample-scripts-azure-cli.md)
40-
- Read more information on scaling: [Service Tiers](../concepts-service-tiers.md) and [Compute Units and Storage Units](../concepts-compute-unit-and-storage.md)
41+
- Learn more about the [Azure CLI](/cli/azure)

0 commit comments

Comments
 (0)