-
Couldn't load subscription status.
- Fork 21.8k
Change title to 'Create a new Azure Managed Redis Instance' #127771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Updated section title and clarified migration approach for Azure Redis.
|
@pavanvamsi3 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@pavanvamsi3 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 62d9b1f: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the migration documentation for Azure Redis to clarify that the section describes creating a new Azure Managed Redis Instance rather than an Azure Cache for Redis. The change reflects the correct product terminology when discussing migration to the Azure Managed Redis tier.
- Updated section title from "Create a new Azure Cache for Redis" to "Create a new Azure Managed Redis Instance"
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| #### Create a new Azure Cache for Redis | ||
| #### Create a new Azure Managed Redis Instance | ||
|
|
||
| This approach technically isn't a migration. If losing data isn't a concern, the easiest way to move to Azure Managed Redis tier is to create new cache instance and connect your application to it. For example, if you use Redis as a look-aside cache of database records, you can easily rebuild the cache from scratch. |
Copilot
AI
Oct 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing article before 'new cache instance'. Should be 'create a new cache instance'.
| This approach technically isn't a migration. If losing data isn't a concern, the easiest way to move to Azure Managed Redis tier is to create new cache instance and connect your application to it. For example, if you use Redis as a look-aside cache of database records, you can easily rebuild the cache from scratch. | |
| This approach technically isn't a migration. If losing data isn't a concern, the easiest way to move to Azure Managed Redis tier is to create a new cache instance and connect your application to it. For example, if you use Redis as a look-aside cache of database records, you can easily rebuild the cache from scratch. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Updated section title and clarified migration approach for Azure Redis.