Skip to content

Commit d6412b7

Browse files
authored
Update cache-monitor-troubleshoot-faq.yml
1 parent c279f7c commit d6412b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/azure-cache-for-redis/cache-monitor-troubleshoot-faq.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,13 @@ sections:
5757
Why is my cache in "Failed" state?
5858
answer: |
5959
Azure Cache For Redis can end up in a *Failed* state if a management operation fails. Despite this state, you can expect your Azure Cache For Redis to be fully functional for client operations.
60-
60+
- question: |
61+
Why is Zone information missing on my subscription?
62+
answer: |
63+
Zone information may be missing on your subscription due to multiple reasons:
64+
1. Subscription might not have been registered with the 'Microsoft.Cache' provider: Please run the following PowerShell command (after logging in into your subscription):
65+
Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Cache
66+
2. Your subscription might not have been enabled for zones: Please raise a support ticket with Azure support, so that they can enable your subscription for zones. Once this step is completed, please execute step 1 (even if you have already registered your subscription with the Microsoft.Cache provider).
6167
6268
additionalContent: |
6369

0 commit comments

Comments
 (0)