Skip to content

Commit c5570f4

Browse files
committed
edits after review of staging
1 parent 1773907 commit c5570f4

6 files changed

+5
-7
lines changed

azure-sql/database/az-cli-script-samples-content-guide.md

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ The following table includes links to Azure CLI script examples to manage single
4646
| [Configure failover group](scripts/setup-geodr-and-failover-group-cli.md) | Configures a failover group for a group of databases and failover over databases to the secondary server. |
4747
| [Single database](scripts/add-database-to-failover-group-cli.md)| Creates a database and a failover group, adds the database to the failover group, then tests failover to the secondary server. |
4848
| [Pooled database](scripts/add-elastic-pool-to-failover-group-cli.md) | Creates a database, adds it to an elastic pool, adds the elastic pool to the failover group, then tests failover to the secondary server. |
49-
| [Configure and fail over a single database by using active geo-replication](scripts/setup-geodr-and-failover-database-cli.md)| Configures active geo-replication for a database in Azure SQL Database and fails it over to the secondary replica. |
50-
| [Configure and fail over a pooled database by using active geo-replication](scripts/setup-geodr-and-failover-pool-cli.md)| Configures active geo-replication for a database in an elastic pool, then fails it over to the secondary replica. |
5149
| **Auditing and threat detection** |
5250
| [Configure auditing and threat-detection](scripts/auditing-and-threat-detection-cli.md)| Configures auditing and threat detection policies for a database in Azure SQL Database. |
5351
| **Back up, restore, copy, and import a database**||

azure-sql/database/scripts/auditing-and-threat-detection-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ az account set -s $subscription # ...or use 'az login'
3232

3333
### Run the script
3434

35-
:::code language="code-azurecli" source="~/azure_cli_scripts/sql-database/database-auditing-and-threat-detection/database-auditing-and-threat-detection.sh" range="4-37":::
35+
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/database-auditing-and-threat-detection/database-auditing-and-threat-detection.sh" range="4-37":::
3636

3737
### Clean up deployment
3838

azure-sql/database/scripts/backup-database-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ az account set -s $subscription # ...or use 'az login'
3838

3939
Use the following command to remove the resource group and all resources associated with it.
4040

41-
```azurecli-interactive
41+
```azurecli
4242
az group delete --name $resource
4343
```
4444

azure-sql/managed-instance/scripts/create-configure-managed-instance-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ az account set -s $subscription # ...or use 'az login'
3535

3636
### Run the script
3737

38-
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/managed-instance/create-managed-instance.sh" range="3-50":::
38+
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/managed-instance/create-managed-instance.sh" range="4-51":::
3939

4040
### Clean up deployment
4141

azure-sql/managed-instance/scripts/restore-geo-backup-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ az account set -s $subscription # ...or use 'az login'
3636

3737
### Run the script
3838

39-
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/sql-managed-instance-restore-geo-backup/restore-geo-backup-cli.sh" range="4-27":::
39+
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/sql-managed-instance-restore-geo-backup/restore-geo-backup-cli.sh" range="4-28":::
4040

4141
### Clean up deployment
4242

azure-sql/managed-instance/scripts/transparent-data-encryption-byok-sql-managed-instance-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ az account set -s $subscription # ...or use 'az login'
3636

3737
### Run the script
3838

39-
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/transparent-data-encryption/setup-tde-byok-sqlmi.sh" range="4-42":::
39+
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/transparent-data-encryption/setup-tde-byok-sqlmi.sh" range="4-41":::
4040

4141
### Clean up deployment
4242

0 commit comments

Comments
 (0)