Skip to content

Commit f1319f3

Browse files
committed
trying to fix toc again
1 parent 82fc053 commit f1319f3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/azure-sql/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,10 +1148,10 @@
11481148

11491149
- name: SQL Server on Azure VMs
11501150
items:
1151-
- name: Documentation
1151+
- name: Documentation
11521152
href: virtual-machines/index.yml
1153-
- name: What's new?
1154-
href: virtual-machines/windows/doc-changes-updates-release-notes-whats-new.md
1153+
- name: What's new?
1154+
href: virtual-machines/windows/doc-changes-updates-release-notes-whats-new.md
11551155
- name: Windows
11561156
items:
11571157
- name: Overview

articles/azure-sql/virtual-machines/linux/sql-iaas-agent-extension-register-vm-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Register your SQL Server VM with the [SQL IaaS Agent extension](sql-server-iaas-
2929

3030
## Overview
3131

32-
Registering with the [SQL Server IaaS Agent extension](sql-server-iaas-agent-extension-linux.md) creates the [**SQL virtual machine** _resource_](manage-sql-vm-portal.md) within your subscription, which is a _separate_ resource from the virtual machine resource. Unregistering your SQL Server VM from the extension removes the **SQL virtual machine** _resource_ but will not drop the actual virtual machine.
32+
Registering with the [SQL Server IaaS Agent extension](sql-server-iaas-agent-extension-linux.md) creates the **SQL virtual machine** _resource_ within your subscription, which is a _separate_ resource from the virtual machine resource. Unregistering your SQL Server VM from the extension removes the **SQL virtual machine** _resource_ but will not drop the actual virtual machine.
3333

3434
To utilize the SQL IaaS Agent extension, you must first [register your subscription with the **Microsoft.SqlVirtualMachine** provider](#register-subscription-with-rp), which gives the SQL IaaS extension the ability to create resources within that specific subscription.
3535

articles/azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,12 @@ az sql vm delete
361361

362362
# [PowerShell](#tab/azure-powershell)
363363

364-
To unregister your SQL Server VM from the extension with Azure PowerShell, use the [Remove-AzSqlVM](/powershell/module/az.sqlvirtualmachine/remove-azsqlvm)command. This will remove the SQL Server VM *resource* but will not delete the virtual machine.
364+
To unregister your SQL Server VM from the extension with Azure PowerShell, use the [Remove-AzSqlVM](/powershell/module/az.sqlvirtualmachine/remove-azsqlvm) command. This removes the SQL Server VM *resource* but will not delete the virtual machine.
365365

366366
To unregister your SQL Server VM wih Azure PowerShell:
367367

368368
```powershell-interactive
369-
Remove-AzSqlVM -ResourceGroupName <resource_group_name> -Name <VM_name>
369+
Remove-AzSqlVM -ResourceGroupName <resource_group_name> -Name <SQL VM resource name>
370370
```
371371

372372
---

articles/azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The SQL IaaS Agent extension only supports:
169169
- Named instances with multiple instances on a single VM in lightweight mode.
170170

171171

172-
## Privacy statement
172+
## <a href="in-region-data-residency">Privacy statement</a>
173173

174174
When using SQL Server on Azure VMs and the SQL IaaS extension, consider the following privacy statements:
175175

0 commit comments

Comments
 (0)