Skip to content

Commit eafcd4f

Browse files
authored
Merge pull request #9311 from MicrosoftDocs/main
Auto push to live 2025-07-10 10:02:07
2 parents cc978c1 + 1a719ef commit eafcd4f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

support/azure/azure-kubernetes/storage/file-share-mount-failures-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Error: failed to generate container "56907e9807c6f4203c3aace8c5a6e3a75832cf07d30
2323

2424
Manually update the `azurestorageaccountkey` field in an Azure file secret to add your base64-encoded storage account key. To make this update, follow these steps:
2525

26-
1. Encode your storage account key in base64 by running the `echo <storage-account-key> | base64` command, such as in the following example:
26+
1. Encode your storage account key in base64 by running the following command:
2727

2828
```console
29-
echo X+ALAAUgMhWHL7QmQ87E1kSfIqLKfgC03Guy7/xk9MyIg2w4Jzqeu60CVw2r/dm6v6E0DWHTnJUEJGVQAoPaBc== | base64
29+
echo <storage-account-key> | base64
3030
```
3131

3232
1. [Update your Azure secret file](https://kubernetes.io/docs/concepts/configuration/secret/#editing-a-secret) by running the `kubectl edit secret` command to open the secret file in your default text editor:

support/azure/virtual-machines/linux/linux-rhui-connectivity-issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.collection: linux
1111
ms.topic: troubleshooting-general
1212
ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: vm-linux
14-
ms.date: 10/18/2024
14+
ms.date: 07/10/2025
1515
---
1616

1717
# Troubleshoot Red Hat RHUI connectivity issues
@@ -89,6 +89,7 @@ This version of the validation script currently supports only the following Red
8989
- RHEL 7._x_ PAYG VMs
9090
- RHEL 8._x_ PAYG VMs
9191
- RHEL 9._x_ PAYG VMs
92+
- RHEL 10._x_ PAYG VMs
9293

9394
#### How to run the validation script
9495

@@ -110,7 +111,7 @@ To run the validation script, enter the following shell commands on a Red Hat VM
110111
111112
The script will generate a report that identifies any specific issues. The script output is also saved in `/var/log/rhuicheck.log` after execution. You can also inspect that log file separately.
112113
113-
#### [Red Hat 8.x and 9.x](#tab/rhel89)
114+
#### [Red Hat 8.x, 9.x, and 10.x](#tab/rhel8910)
114115
115116
1. If the virtual machine has internet access, execute the script directly from the VM using the following command:
116117

support/azure/virtual-machines/linux/yum-dnf-common-issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: troubleshooting-general
1111
ms.workload: infrastructure-services
1212
ms.tgt_pltfrm: vm-linux
1313
ms.custom: linux-related-content
14-
ms.date: 10/16/2024
14+
ms.date: 07/10/2025
1515
#customer intent: As an Azure Linux VM administrator, I want troubleshoot issues in the yum and dnf tools so that I can successfully install or update applications on my VMs.
1616
---
1717
# Troubleshoot common issues in the yum and dnf package management tools for Linux
@@ -53,6 +53,7 @@ This version of the check script currently supports only the following Red Hat V
5353
- RHEL 7._x_ PAYG VMs
5454
- RHEL 8._x_ PAYG VMs
5555
- RHEL 9._x_ PAYG VMs
56+
- RHEL 10._x_ PAYG VMs
5657

5758
#### How to run the RHUI check script
5859

@@ -73,7 +74,7 @@ To run the check script, enter the following shell commands on a Red Hat VM:
7374
```
7475
3. The script generates a report that includes any issues that are found. The script output is also saved in `/var/log/rhuicheck.log` after you run it.
7576
76-
#### [Red Hat 8.x and 9.x](#tab/rhel89)
77+
#### [Red Hat 8.x, 9.x, and 10.x](#tab/rhel89)
7778
7879
1. If the VM has internet access, run the script directly from the VM by using the following command:
7980

0 commit comments

Comments
 (0)