Skip to content

Commit 9cdc7c1

Browse files
Merge pull request #297937 from PhilKang0704/broken-link-fix-mvrequa
Broken links fixing - mvrequa
2 parents 936d977 + 177059d commit 9cdc7c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cyclecloud/how-to/mount-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ By defining volumes with a `mountpoint` attribute, the device names will be auto
3737
Azure.LUN=0
3838
```
3939

40-
In Azure, devices are assigned using [Logical Unit Numbers (LUN)](/powershell/module/servicemanagement/azure.service/add-azuredatadisk)
40+
In Azure, devices are assigned using [Logical Unit Numbers (LUN)](/powershell/module)
4141

4242
In most cases, Azure CycleCloud will automatically assign devices for you. Specifying devices manually is advanced usage, and useful in cases where the image you are using for your node has volumes that will be automatically attached because their attachment was baked into the image. Specifying the devices by hand can also be useful when the ordering of devices has special meaning.
4343

articles/cyclecloud/how-to/run-in-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ az container create \
6969

7070
## Supported Versions
7171

72-
Supported versions of the CycleCloud Container Image can be found in the product [dockerhub page](https://hub.docker.com/r/microsoft/azure-cyclecloud/). The image can be launched as an Azure Container instance (using existing resource group, location, and preferred container and dns names). CycleCloud has SSL certificate generation included, so if you specify the arguments twice (once for az cli and again to set environment variables), then the container is able to establish valid SSL certificates automatically.
72+
Supported versions of the CycleCloud Container Image can be found in the product [dockerhub page](https://hub.docker.com/r/microsoft/hpc-azure-cyclecloud). The image can be launched as an Azure Container instance (using existing resource group, location, and preferred container and dns names). CycleCloud has SSL certificate generation included, so if you specify the arguments twice (once for az cli and again to set environment variables), then the container is able to establish valid SSL certificates automatically.
7373

7474
``` sample
7575
#!/bin/bash

0 commit comments

Comments
 (0)