Skip to content

Commit 4c04dc0

Browse files
committed
acrolinx and minor fixes
1 parent 39bc905 commit 4c04dc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network/manage-subnet-delegation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: virtual-network
66
author: asudbring
77
ms.service: azure-virtual-network
88
ms.topic: how-to
9-
ms.date: 08/23/2023
9+
ms.date: 04/21/2025
1010
ms.author: allensu
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1212
---
@@ -31,7 +31,7 @@ Subnet delegation gives explicit permissions to the service to create service-sp
3131

3232
- Azure PowerShell installed locally or Azure Cloud Shell.
3333

34-
- Sign in to Azure PowerShell and ensure you've selected the subscription with which you want to use this feature. For more information, see [Sign in with Azure PowerShell](/powershell/azure/authenticate-azureps).
34+
- Sign in to Azure PowerShell and ensure the subscription with which you want to use this feature is selected. For more information, see [Sign in with Azure PowerShell](/powershell/azure/authenticate-azureps).
3535

3636
- Ensure your `Az.Network` module is 4.3.0 or later. To verify the installed module, use the command `Get-InstalledModule -Name "Az.Network"`. If the module requires an update, use the command `Update-Module -Name Az.Network` if necessary.
3737

@@ -151,7 +151,7 @@ In this section, you delegate the subnet that you created in the preceding secti
151151

152152
# [**PowerShell**](#tab/manage-subnet-delegation-powershell)
153153

154-
Use [`Add-AzDelegation`](/powershell/module/az.network/add-azdelegation) to update the subnet named **subnet-1** with a delegation named **myDelegation** to an Azure service. In this example **Microsoft.Sql/managedInstances** is used for the example delegation:
154+
Use [`Add-AzDelegation`](/powershell/module/az.network/add-azdelegation) to update the subnet named **subnet-1** with a delegation named **myDelegation** to an Azure service. In this example **Microsoft.Sql/managedInstances** is used for the example delegation:
155155

156156
```azurepowershell-interactive
157157
$net = @{
@@ -201,7 +201,7 @@ Get-AzDelegation @dg
201201

202202
# [**Azure CLI**](#tab/manage-subnet-delegation-cli)
203203

204-
Use [`az network virtual network subnet update`](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-update) to update the subnet named **subnet-1** with a delegation to an Azure service. In this example **Microsoft.Sql/managedInstances** is used for the example delegation:
204+
Use [`az network virtual network subnet update`](/cli/azure/network/vnet/subnet#az-network-vnet-subnet-update) to update the subnet named **subnet-1** with a delegation to an Azure service. In this example **Microsoft.Sql/managedInstances** is used for the example delegation:
205205

206206
```azurecli-interactive
207207
az network vnet subnet update \

0 commit comments

Comments
 (0)