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
Copy file name to clipboardExpand all lines: articles/api-management/virtual-network-concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The minimum size of the subnet in which API Management can be deployed is /29, w
75
75
* Two IP addresses per unit of Premium SKU, or
76
76
* One IP address for the Developer SKU.
77
77
78
-
*Each instance reserves an extra IP address for the external load balancer. When deploying into an [internal VNet](./api-management-using-with-internal-vnet.md), the instance requires an extra IP address for the internal load balancer.
78
+
* When deploying into an [internal VNet](./api-management-using-with-internal-vnet.md), the instance requires an extra IP address for the internal load balancer.
@@ -49,15 +49,15 @@ Using optimistic TCP settings in Linux might cause client applications to experi
49
49
50
50
## Continuous connectivity
51
51
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.
53
53
54
-
### Azure Cache for Redis CLI
54
+
### Test connectivity using _redis-cli_
55
55
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).
57
57
58
-
### PSPING
58
+
### Test connectivity using PSPING
59
59
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.
0 commit comments