Skip to content

Commit 21edd9c

Browse files
committed
updates
1 parent 58536b0 commit 21edd9c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@
199199
"source_path_from_root": "/learn-pr/wwl-data-ai/deploy-paas-solutions-with-azure-sql/7-describe-sql-edge.yml",
200200
"redirect_url": "/training/modules/deploy-paas-solutions-with-azure-sql/"
201201
},
202+
{
203+
"source_path_from_root": "/learn-pr/wwl-data-ai/explore-iaas-paas-platform-tools-for-high-availability-disaster-recovery/4-describe-temporal-tables-azure-sql-database.yml",
204+
"redirect_url": "/training/modules/explore-iaas-paas-platform-tools-for-high-availability-disaster-recovery/"
205+
},
202206
{
203207
"source_path_from_root": "/learn-pr/wwl-data-ai/describe-performance-monitoring/6-describe-azure-sql-insights.yml",
204208
"redirect_url": "/training/modules/describe-performance-monitoring/"

learn-pr/wwl-data-ai/explore-iaas-paas-platform-tools-for-high-availability-disaster-recovery/includes/3-configure-always-availability-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Configuring an Availability Group (AG) in Azure is quite similar to doing so on-
22

33
Avoid placing any permanent databases on temporary storage. All virtual machines (VMs) participating in an AG should have identical storage configurations. It's crucial to size disks appropriately based on the application's workload to ensure optimal performance.
44

5-
Before an AG can be configured, the AG feature must be enabled. This can be done in SQL Server Configuration Manager as shown in the image below or via PowerShell with the cmdlet [Enable-SqlAlwaysOn](/powershell/module/sqlps/enable-sqlalwayson?view=sqlserver-ps). Enabling the AG feature will require a stop and start of the SQL Server service.
5+
Before an AG can be configured, the AG feature must be enabled. This can be done in SQL Server Configuration Manager as shown in the image below or via PowerShell with the cmdlet [Enable-SqlAlwaysOn](/powershell/module/sqlps/enable-sqlalwayson). Enabling the AG feature will require a stop and start of the SQL Server service.
66

77
:::image type="content" source="../media/module-77-high-availability-final-10.png" alt-text="Enabling the Availability Groups Feature in SQL Server Configuration Manager":::
88

learn-pr/wwl-data-ai/explore-iaas-paas-platform-tools-for-high-availability-disaster-recovery/includes/5-describe-active-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Some scenarios require you as a DBA to configure a secondary replica on a differ
2626

2727
Cross subscription geo-replication is only available programmatically.
2828

29-
To learn more about the steps required to configure a cross subscription geo-replication, see [Cross-subscription geo-replication](/azure/azure-sql/database/active-geo-replication-overview?view=azuresql#cross-subscription-geo-replication).
29+
To learn more about the steps required to configure a cross subscription geo-replication, see [Cross-subscription geo-replication](/azure/azure-sql/database/active-geo-replication-overview).

0 commit comments

Comments
 (0)