Skip to content

Commit a49544d

Browse files
authored
update url in backup storage redundancy warnings (#13148)
* update url in backup storage redundancy warnings * Update ChangeLog.md
1 parent 41bd83a commit a49544d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/Sql/Sql/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Update Azure Paired Regions URL in Backup Storage Redundancy Warnings
2122

2223
## Version 2.11.0
2324
* Added BackupStorageRedundancy to the following:

src/Sql/Sql/Properties/Resources.Designer.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Sql/Sql/Properties/Resources.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,10 +635,10 @@
635635
<value>The server name '{0}' cannot be empty or null. The server name can only be made up of lowercase letters a-z, the numbers 0-9 and the hyphen. The hyphen may not lead or trail in the server name. Please fix the server name and retry. Please contact Microsoft support if the issue persists.</value>
636636
</data>
637637
<data name="GeoBackupRedundancyChosenWarning" xml:space="preserve">
638-
<value>Selected value for backup storage redundancy is geo-redundant storage. Note that database backups will be geo-replicated to the paired region. To learn more about Azure Paired Regions visit https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions.</value>
638+
<value>Selected value for backup storage redundancy is geo-redundant storage. Note that database backups will be geo-replicated to the paired region. To learn more about Azure Paired Regions visit aka.ms/azure-ragrs-regions.</value>
639639
</data>
640640
<data name="BackupRedundancyNotChosenTakeGeoWarning" xml:space="preserve">
641-
<value>You have not specified the value for backup storage redundancy which will default to geo-redundant storage. Note that database backups will be geo-replicated to the paired region. To learn more about Azure Paired Regions visit https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions.</value>
641+
<value>You have not specified the value for backup storage redundancy which will default to geo-redundant storage. Note that database backups will be geo-replicated to the paired region. To learn more about Azure Paired Regions visit aka.ms/azure-ragrs-regions.</value>
642642
</data>
643643
<data name="StopAzureSqlInstanceDatabaseLogReplayDescription" xml:space="preserve">
644644
<value>Stopping Azure Sql Managed Database Log Replay by removing '{0}' database.</value>
@@ -650,6 +650,6 @@
650650
<value>LastBackupName is required parameter when AutoCompleteRestore is set to true. Please explicitly provide it.</value>
651651
</data>
652652
<data name="BackupRedundancyNotChosenTakeSourceWarning" xml:space="preserve">
653-
<value>You have not specified the value for backup storage redundancy which will default to the source's backup storage redundancy. To learn more about Azure Paired Regions visit https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions.</value>
653+
<value>You have not specified the value for backup storage redundancy which will default to the source's backup storage redundancy. To learn more about Azure Paired Regions visit aka.ms/azure-ragrs-regions.</value>
654654
</data>
655655
</root>

0 commit comments

Comments
 (0)