Skip to content

Commit 23ee6d1

Browse files
committed
Acrolinx fixes
1 parent d48b961 commit 23ee6d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-cache-for-redis/cache-private-link.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,15 @@ $subnet = $virtualNetwork | Select -ExpandProperty subnets | Where-Object {$_.N
235235
$privateEndpoint = New-AzPrivateEndpoint -ResourceGroupName $ResourceGroupName -Name $PrivateEndpointName -Location "westcentralus" -Subnet $subnet -PrivateLinkServiceConnection $privateEndpointConnection
236236
```
237237

238-
## Retrieve a private endpoint using Azure powershell
238+
## Retrieve a private endpoint using Azure PowerShell
239239

240-
To get the details of a private endpoint, use the this PowerShell command:
240+
To get the details of a private endpoint, use this PowerShell command:
241241

242242
```azurepowershell-interactive
243243
Get-AzPrivateEndpoint -Name $PrivateEndpointName -ResourceGroupName $ResourceGroupName
244244
```
245245

246-
## Remove a private endpoint using Azure powershell
246+
## Remove a private endpoint using Azure PowerShell
247247

248248
To remove a private endpoint, use the following PowerShell command:
249249

@@ -253,7 +253,7 @@ To remove a private endpoint, use the following PowerShell command:
253253

254254
## Create a private endpoint using Azure CLI
255255

256-
To create a private endpoint named *myPrivateEndpoint* for an existing Azure Cache for Redis instance, tun the following Azure CLI script. Replace the variable values with the details for your environment:
256+
To create a private endpoint named *myPrivateEndpoint* for an existing Azure Cache for Redis instance, run the following Azure CLI script. Replace the variable values with the details for your environment:
257257

258258
```azurecli-interactive
259259
# Resource group where the Azure Cache for Redis and virtual network resources are located

0 commit comments

Comments
 (0)