Skip to content

Commit 84df0e1

Browse files
Merge pull request #295913 from Albertyang0/2025_03-Monthly-broken-links-fix-alkohli
2025_03 - Fix monthly broken links - alkohli
2 parents efef544 + af9d1f0 commit 84df0e1

5 files changed

+12
-12
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-gpu-virtual-machine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If you didn't install the GPU extension when you created the VM, follow these st
116116
![Illustration showing 2 steps to use the "Plus Add Extension" button on the virtual machine "Details" pane to add a GPU extension to a VM on an Azure Stack Edge device.](media/azure-stack-edge-gpu-deploy-gpu-virtual-machine/add-extension-after-deployment-02.png)
117117

118118
> [!Note]
119-
> You can't remove a GPU extension via the portal. Instead, use the [Remove-AzureRmVMExtension](/powershell/module/azurerm.compute/remove-azurermvmextension?view=azurermps-6.13.0&preserve-view=true) cmdlet in Azure PowerShell. For instructions, see [Remove GPU extension](azure-stack-edge-gpu-deploy-virtual-machine-install-gpu-extension.md#remove-gpu-extension)
119+
> You can't remove a GPU extension via the portal. Instead, use the [Remove-AzureRmVMExtension](/powershell/azure/uninstall-az-ps) cmdlet in Azure PowerShell. For instructions, see [Remove GPU extension](azure-stack-edge-gpu-deploy-virtual-machine-install-gpu-extension.md#remove-gpu-extension)
120120

121121
### [Templates](#tab/templates)
122122

articles/databox-online/azure-stack-edge-gpu-deploy-virtual-machine-custom-script-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ RequestId IsSuccessStatusCode StatusCode ReasonPhrase
392392

393393
## Next steps
394394

395-
[Azure Resource Manager cmdlets](/powershell/module/azurerm.resources/?view=azurermps-6.13.0&preserve-view=true)
395+
[Azure Resource Manager cmdlets](/azure/automation/shared-resources/modules)

articles/databox-online/azure-stack-edge-gpu-deploy-virtual-machine-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ $DiskConfig = New-AzureRmDiskConfig -Location DBELocal -CreateOption Import –S
406406
New-AzureRMDisk -ResourceGroupName <Resource group name> -DiskName <Disk name> -Disk $DiskConfig
407407
```
408408

409-
Here's some example output. For more information about this cmdlet, see [New-AzureRmDisk](/powershell/module/azurerm.compute/new-azurermdisk?view=azurermps-6.13.0&preserve-view=true).
409+
Here's some example output. For more information about this cmdlet, see [New-AzureRmDisk](/powershell/azure/what-is-azure-powershell).
410410

411411
```output
412412
Tags : New-AzureRmDisk -ResourceGroupName rg191113014333 -DiskName ld191113014333 -Disk $DiskConfig
@@ -503,7 +503,7 @@ New-AzureRmImage -Image $imageConfig -ImageName <Image name> -ResourceGroupName
503503

504504
The supported OS types are Linux and Windows.
505505

506-
Here's some example output. For more information about this cmdlet, see [New-AzureRmImage](/powershell/module/azurerm.compute/new-azurermimage?view=azurermps-6.13.0&preserve-view=true).
506+
Here's some example output. For more information about this cmdlet, see [New-AzureRmImage](/powershell/azure/what-is-azure-powershell).
507507

508508
```output
509509
PS C:\Windows\system32> New-AzImage -Image $imageConfig -ImageName ig191113014333 -ResourceGroupName RG191113014333
@@ -949,7 +949,7 @@ For more information about this cmdlet, see [Start-AzVM](/powershell/module/az.c
949949
Start-AzureRmVM [-Name] <String> [-ResourceGroupName] <String>
950950
```
951951

952-
For more information about this cmdlet, see [Start-AzureRmVM](/powershell/module/azurerm.compute/start-azurermvm?view=azurermps-6.13.0&preserve-view=true).
952+
For more information about this cmdlet, see [Start-AzureRmVM](/powershell/azure/get-started-azureps).
953953

954954
---
955955

@@ -971,7 +971,7 @@ For more information about this cmdlet, see [Stop-AzVM cmdlet](/powershell/modul
971971
Stop-AzureRmVM [-Name] <String> [-StayProvisioned] [-ResourceGroupName] <String>
972972
```
973973

974-
For more information about this cmdlet, see [Stop-AzureRmVM cmdlet](/powershell/module/azurerm.compute/stop-azurermvm?view=azurermps-6.13.0&preserve-view=true).
974+
For more information about this cmdlet, see [Stop-AzureRmVM cmdlet](/powershell/module/az.compute/stop-azvm).
975975

976976
---
977977

@@ -1043,10 +1043,10 @@ For more information about this cmdlet, see [Remove-AzVm cmdlet](/powershell/mod
10431043
```powershell
10441044
Remove-AzureRmVM [-Name] <String> [-ResourceGroupName] <String>
10451045
```
1046-
For more information about this cmdlet, see [Remove-AzureRmVm cmdlet](/powershell/module/azurerm.compute/remove-azurermvm?view=azurermps-6.13.0&preserve-view=true).
1046+
For more information about this cmdlet, see [Remove-AzureRmVm cmdlet](/powershell/azure/uninstall-az-ps).
10471047

10481048
---
10491049

10501050
## Next steps
10511051

1052-
[Azure Resource Manager cmdlets](/powershell/module/azurerm.resources/?view=azurermps-6.13.0&preserve-view=true)
1052+
[Azure Resource Manager cmdlets](/azure/automation/shared-resources/modules)

articles/databox-online/azure-stack-edge-gpu-deploy-virtual-machine-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,4 +963,4 @@ Follow these steps to connect to a Linux VM.
963963
964964
## Next steps
965965
966-
[Azure Resource Manager cmdlets](/powershell/module/azurerm.resources/?view=azurermps-6.13.0&preserve-view=true)
966+
[Azure Resource Manager cmdlets](/azure/automation/shared-resources/modules)

articles/databox-online/azure-stack-edge-gpu-manage-virtual-machine-tags-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes how to tag virtual machines (VMs) running on your Azure S
1919

2020
Tags are user-defined key-value pairs that can be assigned to a resource or a resource group. You can apply tags to VMs running on your device to logically organize them into a taxonomy. You can place tags on a resource at the time of creation or add it to an existing resource. For example, you can apply the name `Organization` and the value `Engineering` to all VMs that are used by the Engineering department in your organization.
2121

22-
For more information on tags, see how to [Manage tags via AzureRM PowerShell](/powershell/module/azurerm.tags/?view=azurermps-6.13.0&preserve-view=true).
22+
For more information on tags, see how to [Manage tags via AzureRM PowerShell](/powershell/azure/migrate-az-1.0.0).
2323

2424
## Prerequisites
2525

@@ -156,7 +156,7 @@ Before you can deploy a VM on your device via PowerShell, make sure that:
156156
PS C:\WINDOWS\system32>
157157
```
158158
159-
For more information, see [Add-AzureRMTag](/powershell/module/azurerm.tags/remove-azurermtag?view=azurermps-6.13.0&preserve-view=true).
159+
For more information, see [Add-AzureRMTag](/powershell/module/az.accounts/uninstall-azurerm).
160160
161161
---
162162
@@ -484,4 +484,4 @@ The preceding output indicates that out of the three tags, 2 VMs are tagged as `
484484
## Next steps
485485
486486
- Learn how to [How to tag a virtual machine in Azure using az cmdlets in PowerShell](/azure/virtual-machines/tag-powershell).
487-
- Learn how to [Manage tags via AzureRM cmdlets in PowerShell](/powershell/module/azurerm.tags/?view=azurermps-6.13.0&preserve-view=true).
487+
- Learn how to [Manage tags via AzureRM cmdlets in PowerShell](/powershell/azure/migrate-az-1.0.0?view=azurermps-6.13.0&preserve-view=true).

0 commit comments

Comments
 (0)