Skip to content

Commit 3fcb845

Browse files
authored
Fix PowerShell command link in documentation
1 parent b440458 commit 3fcb845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Arc/get-on-demand-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before log collection, you must have the SSH key you obtained when you created t
2525

2626
## Collect logs
2727

28-
You can collect logs using IPs or the `kubeconfig` parameter. If an IP is used, it collects the log from a particular node. If `kubeconfig` is used, it collects logs from all cluster nodes. This command generates a .zip file on the local disk. For other parameters, see the [Az CLI reference](/cli/azure/aksarc#az-aksarc-get-logs). You can also use the `Get-AzAksArcLog` PowerShell command to collect logs. For more information, see the [PowerShell reference](/powershell/module/az.aksarc/get-azaksarclog).
28+
You can collect logs using IPs or the `kubeconfig` parameter. If an IP is used, it collects the log from a particular node. If `kubeconfig` is used, it collects logs from all cluster nodes. This command generates a .zip file on the local disk. For other parameters, see the [Az CLI reference](/cli/azure/aksarc#az-aksarc-get-logs). You can also use the [`Get-AzAksArcLog`](/powershell/module/az.aksarc/get-azaksarclog) PowerShell command to collect logs. For more information, [see the PowerShell reference](/powershell/module/az.aksarc/get-azaksarclog).
2929

3030
```azurecli
3131
az aksarc get-logs --ip 192.168.200.25 --credentials-dir ./.ssh --out-dir ./logs

0 commit comments

Comments
 (0)