Skip to content

Commit 9b04767

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-abac-attributes-graph-explorer
2 parents 06cfa12 + 4e8f249 commit 9b04767

26 files changed

+643
-276
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22823,6 +22823,11 @@
2282322823
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
2282422824
"redirect_document_id": ""
2282522825
},
22826+
{
22827+
"source_path_from_root": "/articles/search/search-blob-ai-integration.md",
22828+
"redirect_url": "/azure/search/cognitive-search-concept-intro",
22829+
"redirect_document_id": false
22830+
},
2282622831
{
2282722832
"source_path_from_root": "/articles/search/search-monitor-usage.md",
2282822833
"redirect_url": "/azure/search/monitor-azure-cognitive-search",

articles/azure-cache-for-redis/cache-troubleshoot-connectivity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ In this article, we provide troubleshooting help for connecting your client appl
2020
- [Kubernetes hosted applications](#kubernetes-hosted-applications)
2121
- [Linux-based client application](#linux-based-client-application)
2222
- [Continuous connectivity issues](#continuous-connectivity)
23-
- [Azure Cache for Redis CLI](#azure-cache-for-redis-cli)
24-
- [PSPING](#psping)
23+
- [Test connectivity using _redis-cli_](#test-connectivity-using-redis-cli)
24+
- [Test connectivity using PSPING](#test-connectivity-using-psping)
2525
- [Virtual network configuration](#virtual-network-configuration)
2626
- [Private endpoint configuration](#private-endpoint-configuration)
2727
- [Firewall rules](#third-party-firewall-or-external-proxy)
@@ -49,15 +49,15 @@ Using optimistic TCP settings in Linux might cause client applications to experi
4949

5050
## Continuous connectivity
5151

52-
If your application can't maintain a continuous connection to your Azure Cache for Redis, it's possible some configuration on the cache isn't set up correctly. The following sections offer suggestions on how to make sure your cache is configured correctly.
52+
If your application can't connect to your Azure Cache for Redis, it's possible some configuration on the cache isn't set up correctly. The following sections offer suggestions on how to make sure your cache is configured correctly.
5353

54-
### Azure Cache for Redis CLI
54+
### Test connectivity using _redis-cli_
5555

56-
Test connectivity using Azure Cache for Redis CLI. For more information on CLI, [Use the Redis command-line tool with Azure Cache for Redis](cache-how-to-redis-cli-tool.md).
56+
Test connectivity using _redis-cli_. For more information on CLI, [Use the Redis command-line tool with Azure Cache for Redis](cache-how-to-redis-cli-tool.md).
5757

58-
### PSPING
58+
### Test connectivity using PSPING
5959

60-
If Azure Cache for Redis CLI is unable to connect, you can test connectivity using `PSPING` in PowerShell.
60+
If _redis-cli_ is unable to connect, you can test connectivity using `PSPING` in PowerShell.
6161

6262
```azurepowershell-interactive
6363
psping -q <cache DNS endpoint>:<Port Number>

articles/azure-sql/database/failover-group-add-elastic-pool-tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Set these additional parameter values for use in creating the an elastic pool.
148148

149149
### Create elastic pool on primary server
150150

151-
Use this script to create an elastic pool with the [az sql elastic-pool create](/cli/azure/sql/elastic-poolt#az_sql_elastic_pool_create) command.
151+
Use this script to create an elastic pool with the [az sql elastic-pool create](/cli/azure/sql/elastic-pool#az-sql-elastic-pool-create) command.
152152

153153
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/failover-groups/add-elastic-pool-to-failover-group-az-cli.sh" range="29-31":::
154154

@@ -162,7 +162,7 @@ This portion of the tutorial uses the following Azure CLI cmdlets:
162162

163163
| Command | Notes |
164164
|---|---|
165-
| [az sql elastic-pool create](/cli/azure/sql/elastic-poolt#az_sql_elastic_pool_create) | Creates an elastic pool. |
165+
| [az sql elastic-pool create](/cli/azure/sql/elastic-pool#az-sql-elastic-pool-create) | Creates an elastic pool. |
166166
| [az sql db update](/cli/azure/sql/db#az_sql_db_update) | Updates a database|
167167

168168
---
@@ -308,7 +308,7 @@ Use this script to create a secondary server with the [az sql server create](/cl
308308

309309
### Create elastic pool on secondary server
310310

311-
Use this script to create an elastic pool on the secondary server with the [az sql elastic-pool create](/cli/azure/sql/elastic-poo#az_sql_elastic_pool_create) command.
311+
Use this script to create an elastic pool on the secondary server with the [az sql elastic-pool create](/cli/azure/sql/elastic-pool#az-sql-elastic-pool-create) command.
312312

313313
:::code language="azurecli" source="~/azure_cli_scripts/sql-database/failover-groups/add-elastic-pool-to-failover-group-az-cli.sh" range="38-40":::
314314

@@ -331,7 +331,7 @@ This portion of the tutorial uses the following Azure CLI cmdlets:
331331
| Command | Notes |
332332
|---|---|
333333
| [az sql server create](/cli/azure/sql/server#az_sql_server_create) | Creates a server that hosts databases and elastic pools. |
334-
| [az sql elastic-pool create](/cli/azure/sql/elastic-poo#az_sql_elastic_pool_create) | Creates an elastic pool.|
334+
| [az sql elastic-pool create](/cli/azure/sql/elastic-pool#az-sql-elastic-pool-create) | Creates an elastic pool.|
335335
| [az sql failover-group create](/cli/azure/sql/failover-group#az_sql_failover_group_create) | Creates a failover group. |
336336
| [az sql failover-group update](/cli/azure/sql/failover-group#az_sql_failover_group_update) | Updates a failover group.|
337337

0 commit comments

Comments
 (0)