Skip to content

Commit 502040d

Browse files
committed
Updated relative links to other repos for preview
1 parent 6a7d046 commit 502040d

7 files changed

+25
-22
lines changed

articles/mariadb/howto-auto-grow-storage-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ specified in the storage section of the
2727

2828
To complete this how-to guide, you need:
2929

30-
- The [Az PowerShell module](/powershell/azure/install-az-ps) installed locally or
30+
- The [Az PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps) installed locally or
3131
[Azure Cloud Shell](https://shell.azure.com/) in the browser
3232
- An [Azure Database for MariaDB server](quickstart-create-mariadb-server-database-using-azure-powershell.md)
3333

@@ -38,7 +38,7 @@ To complete this how-to guide, you need:
3838
> PowerShell module releases and available natively from within Azure Cloud Shell.
3939
4040
If you choose to use PowerShell locally, connect to your Azure account using the
41-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
41+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount) cmdlet.
4242

4343
## Enable MariaDB server storage auto grow
4444

articles/mariadb/howto-configure-server-parameters-using-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PowerShell. A subset of engine configurations is exposed at the server-level and
1818

1919
To complete this how-to guide, you need:
2020

21-
- The [Az PowerShell module](/powershell/azure/install-az-ps) installed locally or
21+
- The [Az PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps) installed locally or
2222
[Azure Cloud Shell](https://shell.azure.com/) in the browser
2323
- An [Azure Database for MariaDB server](quickstart-create-mariadb-server-database-using-azure-powershell.md)
2424

@@ -29,7 +29,7 @@ To complete this how-to guide, you need:
2929
> PowerShell module releases and available natively from within Azure Cloud Shell.
3030
3131
If you choose to use PowerShell locally, connect to your Azure account using the
32-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
32+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount) cmdlet.
3333

3434
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3535

articles/mariadb/howto-read-replicas-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can create and manage read replicas using PowerShell.
2222

2323
To complete this how-to guide, you need:
2424

25-
- The [Az PowerShell module](/powershell/azure/install-az-ps) installed locally or
26-
[Azure Cloud Shell](https://shell.azure.com/) in the browser
25+
- The [Az PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps) installed
26+
locally or [Azure Cloud Shell](https://shell.azure.com/) in the browser
2727
- An [Azure Database for MariaDB server](quickstart-create-mariadb-server-database-using-azure-powershell.md)
2828

2929
> [!IMPORTANT]
@@ -33,7 +33,7 @@ To complete this how-to guide, you need:
3333
> PowerShell module releases and available natively from within Azure Cloud Shell.
3434
3535
If you choose to use PowerShell locally, connect to your Azure account using the
36-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
36+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount) cmdlet.
3737

3838
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3939

articles/mariadb/howto-restart-server-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the restart.
2424

2525
To complete this how-to guide, you need:
2626

27-
- The [Az PowerShell module](/powershell/azure/install-az-ps) installed locally or
27+
- The [Az PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps) installed locally or
2828
[Azure Cloud Shell](https://shell.azure.com/) in the browser
2929
- An [Azure Database for MariaDB server](quickstart-create-mariadb-server-database-using-azure-powershell.md)
3030

@@ -35,7 +35,7 @@ To complete this how-to guide, you need:
3535
> PowerShell module releases and available natively from within Azure Cloud Shell.
3636
3737
If you choose to use PowerShell locally, connect to your Azure account using the
38-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
38+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount) cmdlet.
3939

4040
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
4141

articles/mariadb/howto-restore-server-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ server.
1818

1919
To complete this how-to guide, you need:
2020

21-
- The [Az PowerShell module](/powershell/azure/install-az-ps) installed locally or
21+
- The [Az PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps) installed locally or
2222
[Azure Cloud Shell](https://shell.azure.com/) in the browser
2323
- An [Azure Database for MariaDB server](quickstart-create-mariadb-server-database-using-azure-powershell.md)
2424

@@ -29,7 +29,7 @@ To complete this how-to guide, you need:
2929
> PowerShell module releases and available natively from within Azure Cloud Shell.
3030
3131
If you choose to use PowerShell locally, connect to your Azure account using the
32-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet.
32+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount) cmdlet.
3333

3434
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
3535

articles/mariadb/quickstart-create-mariadb-server-database-using-azure-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ before you begin.
2323

2424
If you choose to use PowerShell locally, this article requires that you install the Az PowerShell
2525
module and connect to your Azure account using the
26-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet. For more information
26+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount) cmdlet. For more information
2727
about installing the Az PowerShell module, see
28-
[Install Azure PowerShell](/powershell/azure/install-az-ps).
28+
[Install Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-az-ps).
2929

3030
> [!IMPORTANT]
3131
> While the Az.MariaDb PowerShell module is in preview, you must install it separately from the Az
@@ -44,7 +44,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.DBforMariaDB
4444

4545
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources
4646
should be billed. Select a specific subscription ID using the
47-
[Set-AzContext](/powershell/module/az.accounts/set-azcontext) cmdlet.
47+
[Set-AzContext](https://docs.microsoft.com/powershell/module/az.accounts/set-azcontext) cmdlet.
4848

4949
```azurepowershell-interactive
5050
Set-AzContext -SubscriptionId 00000000-0000-0000-0000-000000000000
@@ -53,7 +53,7 @@ Set-AzContext -SubscriptionId 00000000-0000-0000-0000-000000000000
5353
## Create a resource group
5454

5555
Create an [Azure resource group](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview)
56-
using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet. A
56+
using the [New-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/new-azresourcegroup) cmdlet. A
5757
resource group is a logical container in which Azure resources are deployed and managed as a group.
5858

5959
The following example creates a resource group named **myresourcegroup** in the **West US** region.

articles/mariadb/tutorial-design-database-using-powershell.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ before you begin.
3232

3333
If you choose to use PowerShell locally, this article requires that you install the Az PowerShell
3434
module and connect to your Azure account using the
35-
[Connect-AzAccount](/powershell/module/az.accounts/Connect-AzAccount) cmdlet. For more information
36-
about installing the Az PowerShell module, see
37-
[Install Azure PowerShell](/powershell/azure/install-az-ps).
35+
[Connect-AzAccount](https://docs.microsoft.com/powershell/module/az.accounts/connect-azaccount)
36+
cmdlet. For more information about installing the Az PowerShell module, see
37+
[Install Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-az-ps).
3838

3939
> [!IMPORTANT]
4040
> While the Az.MariaDb PowerShell module is in preview, you must install it separately from the Az
@@ -53,17 +53,20 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.DBforMariaDB
5353

5454
If you have multiple Azure subscriptions, choose the appropriate subscription in which the resources
5555
should be billed. Select a specific subscription ID using the
56-
[Set-AzContext](/powershell/module/az.accounts/set-azcontext) cmdlet.
56+
[Set-AzContext](https://docs.microsoft.com/powershell/module/az.accounts/set-azcontext) cmdlet.
5757

5858
```azurepowershell-interactive
5959
Set-AzContext -SubscriptionId 00000000-0000-0000-0000-000000000000
6060
```
6161

6262
## Create a resource group
6363

64-
Create an [Azure resource group](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview)
65-
using the [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) cmdlet. A
66-
resource group is a logical container in which Azure resources are deployed and managed as a group.
64+
Create an
65+
[Azure resource group](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview)
66+
using the
67+
[New-AzResourceGroup](https://docs.microsoft.com/powershell/module/az.resources/new-azresourcegroup)
68+
cmdlet. A resource group is a logical container in which Azure resources are deployed and managed as
69+
a group.
6770

6871
The following example creates a resource group named **myresourcegroup** in the **West US** region.
6972

0 commit comments

Comments
 (0)