Skip to content

Commit 02d8358

Browse files
committed
fixing things
1 parent 8b4ae2a commit 02d8358

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-sql/database/scripts/add-database-to-failover-group-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you choose to install and use the PowerShell locally, this tutorial requires
2424

2525
## Sample scripts
2626

27-
[!code-powershell-interactive[main](../../../powershell_scripts/sql-database/failover-groups/add-single-db-to-failover-group-az-ps.ps1 "Add single database to a failover group")]
27+
[!code-powershell-interactive[main](../../../../powershell_scripts/sql-database/failover-groups/add-single-db-to-failover-group-az-ps.ps1 "Add single database to a failover group")]
2828

2929
## Clean up deployment
3030

articles/azure-sql/managed-instance/scripts/add-to-failover-group-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you choose to install and use the PowerShell locally, this tutorial requires
2525

2626
## Sample scripts
2727

28-
[!code-powershell-interactive[main](../../../powershell_scripts/sql-database/failover-groups/add-managed-instance-to-failover-group-az-ps.ps1 "Add managed instance to a failover group")]
28+
[!code-powershell-interactive[main](../../../../powershell_scripts/sql-database/failover-groups/add-managed-instance-to-failover-group-az-ps.ps1 "Add managed instance to a failover group")]
2929

3030
## Clean up deployment
3131

articles/azure-sql/managed-instance/tutorial-add-instance-failover-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ This portion of the tutorial uses the following PowerShell cmdlet:
11021102
## Full script
11031103

11041104
# [PowerShell](#tab/azure-powershell)
1105-
[!code-powershell-interactive[main](../../../../powershell_scripts/sql-database/failover-groups/add-managed-instance-to-failover-group-az-ps.ps1 "Add SQL Managed Instance to a failover group")]
1105+
[!code-powershell-interactive[main](../../../powershell_scripts/sql-database/failover-groups/add-managed-instance-to-failover-group-az-ps.ps1 "Add SQL Managed Instance to a failover group")]
11061106

11071107
This script uses the following commands. Each command in the table links to command specific documentation.
11081108

articles/azure-sql/managed-instance/tutorial-configure-aad-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this tutorial, you learn how to:
3232
> - Use cross-database queries with Azure AD users
3333
> - Learn about security features, such as threat protection, auditing, data masking, and encryption
3434
35-
To learn more, see the [Azure SQL Managed Instance overview](sql-managed-instance-paas-overview).
35+
To learn more, see the [Azure SQL Managed Instance overview](../managed-instance/sql-managed-instance-paas-overview).
3636

3737
## Prerequisites
3838

0 commit comments

Comments
 (0)