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
- Make sure you're signed in to Azure with the subscription you want to create your cache under. To use a different subscription than the one you're signed in with, run `Select-AzSubscription -SubscriptionName <SubscriptionName>.
27
+
- Make sure you're signed in to Azure with the subscription you want to create your cache under. To use a different subscription than the one you're signed in with, run `Select-AzSubscription -SubscriptionName <SubscriptionName>`.
28
28
29
29
>[!NOTE]
30
30
>Azure Cache for Redis Basic, Standard, and Premium tiers use the Azure PowerShell [Az.RedisCache](/powershell/module/az.rediscache) commands.
@@ -378,7 +378,7 @@ You can use `Set-AzRedisCache` to scale an Azure Cache for Redis instance when y
378
378
> - You can't scale from a Basic cache directly to a Premium cache. You must scale from Basic to Standard in one scaling operation, and then from Standard to Premium in another scaling operation.
379
379
> - You can't scale from a larger size down to the C0 (250 MB) size.
380
380
>
381
-
> For more information, see [How to scale Azure Cache for Redis](../../azure-cache-for-redis/cache-how-to-scale.md).
381
+
> For more information, see [How to scale Azure Cache for Redis](../azure-cache-for-redis/cache-how-to-scale.md).
382
382
383
383
The following example shows how to scale a cache named `myCache` to a 2.5-GB cache. This command works for a Basic or a Standard cache.
384
384
@@ -524,6 +524,7 @@ The following example removes the cache named `myCache`.
You can reboot your Azure Cache for Redis instance using the `Reset-AzRedisCache` cmdlet.
@@ -619,7 +622,7 @@ Get detailed help for any cmdlet:
619
622
Get-Help <cmdlet-name> -Detailed
620
623
```
621
624
622
-
### Connect to other clouds
625
+
##How to connect to other clouds
623
626
624
627
By default the Azure environment is `AzureCloud`, which represents the global Azure cloud. To connect to a different cloud instance, use the `Connect-AzAccount` command with the `-Environment` or -`EnvironmentName` command-line switch with the environment or environment name you want.
0 commit comments