Skip to content

Commit a733d75

Browse files
Merge pull request #291055 from MSFTeegarden/patch-78
Switch FAQ to AZR from AMR
2 parents dc4d2f8 + d6412b7 commit a733d75

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
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

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ sections:
5656
Why is my cache in "Failed" state?
5757
answer: |
5858
Azure Managed Redis can end up in a *Failed* state if a management operation fails. Despite this state, you can expect your Azure Managed Redis to be fully functional for client operations.
59-
- question: |
60-
Why is Zone information missing on my subscription?
61-
answer: |
62-
Zone information may be missing on your subscription due to multiple reasons:
63-
1. Subscription might not have been registered with the 'Microsoft.Cache' provider: Please run the following PowerShell command (after logging in into your subscription):
64-
Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Cache
65-
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).
66-
6759
6860
additionalContent: |
6961

0 commit comments

Comments
 (0)