You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Remove a private endpoint using Azure powershell
246
+
## Remove a private endpoint using Azure PowerShell
247
247
248
248
To remove a private endpoint, use the following PowerShell command:
249
249
@@ -253,7 +253,7 @@ To remove a private endpoint, use the following PowerShell command:
253
253
254
254
## Create a private endpoint using Azure CLI
255
255
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:
257
257
258
258
```azurecli-interactive
259
259
# Resource group where the Azure Cache for Redis and virtual network resources are located
0 commit comments