From 7a68302382823feecfe1a004f207595f053bd50b Mon Sep 17 00:00:00 2001 From: Bob Ward Date: Wed, 11 Sep 2024 14:37:50 -0700 Subject: [PATCH] fixed issue #41 --- cloudsqlworkshop/04_Manage_and_Optimize_SQL_AzureVM/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudsqlworkshop/04_Manage_and_Optimize_SQL_AzureVM/readme.md b/cloudsqlworkshop/04_Manage_and_Optimize_SQL_AzureVM/readme.md index 81b3bd3..1c201f8 100644 --- a/cloudsqlworkshop/04_Manage_and_Optimize_SQL_AzureVM/readme.md +++ b/cloudsqlworkshop/04_Manage_and_Optimize_SQL_AzureVM/readme.md @@ -72,7 +72,7 @@ When you run the workload test to **verify I/O performance**, you should see Dis ## Exercise 4.2 - Explore the SQL IaaS Agent Extension -Use the Azure Portal to review the capabilities of the SQL Server IaaS Agent Extension. You can find the documentation at https://docs.microsoft.com/azure/azure-sql/virtual-machines/windows/sql-vm-resource-provider-overview. +Use the Azure Portal to review the capabilities of the SQL Server IaaS Agent Extension. You can find the documentation at https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management. 1. Find your virtual machine in the Azure Portal (https://portal.azure.com) as a SQL Server Virtual Machine by searching in the top of the Azure Portal for "SQL Virtual Machines". Select SQL Virtual Machines from the list of Services. 2. Select your virtual machine from the list of SQL Server Virtual Machines.