Skip to content

Commit 32cf4cb

Browse files
authored
Apply suggestions from PR review
1 parent 59eef56 commit 32cf4cb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/azure-impact-reporting/guest-health-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 09/18/2025
99
ms.custom: template-overview
1010
---
1111

12-
# Azure Guest Health Reporting FAQ (Preview)
12+
# Azure Guest Health Reporting FAQ (preview)
1313
> [!IMPORTANT]
1414
> Azure Guest Health Reporting is currently in Preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1515
@@ -29,7 +29,7 @@ For regular GHR request to UA/OFR the node, if customer doesn't deallocate VMs i
2929
az storage blob upload –file “path/to/local/file.zip” –blob-url
3030
https://[storageAccount].blob.core.windows.net/[container]/[datetime]_[randomHash].zip?[SasToken]
3131
```
32-
3. Trim off SAS token and send report with `LogUrl` filed"
32+
3. Trim off SAS token and send report with `LogUrl` filed:
3333
```json
3434
{
3535
"properties": {

articles/azure-impact-reporting/guest-health-impact-categories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 09/18/2025
99
ms.custom: template-overview
1010
---
1111

12-
# Guest Health Reporting Impact Categories (Preview)
12+
# Guest Health Reporting impact categories (preview)
1313
> [!IMPORTANT]
1414
> Guest Health Reporting is currently in Preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1515
@@ -20,7 +20,7 @@ There are three main types of HPC impact categories:
2020
2. `Reboot`: Request a node reboot.
2121
3. `Unhealthy`: Issues are observed on the node. Node should be taken out of production for further diagnostics and repair.
2222

23-
## Detailed HPC Impact Categories
23+
## Detailed HPC impact categories
2424

2525
| Category | Description | Mark OFR |
2626
|--------------------------------------------------|-----------------------------------------------|----------|

articles/azure-impact-reporting/guest-health-impact-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 09/18/2025
99
ms.custom: template-overview
1010
---
1111

12-
# Report Guest Health Status (Preview)
12+
# Report Guest Health status (preview)
1313
> [!IMPORTANT]
1414
> Guest Health Reporting is currently in Preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1515
@@ -131,7 +131,7 @@ timeout 100 gcc -o /root/scripts/GPU/kvp_client /root/scripts/GPU/kvp_client.c
131131
timeout 60 sudo /root/scripts/GPU/kvp_client | grep "PhysicalHostName;" | awk '{print$4}' | tee PhysicalHostName.txt
132132
```
133133

134-
### HPC Additional Properties
134+
### HPC additional properties
135135

136136
To aid Guest Health Reporting in taking the correct action, you can provide more information about the issue using the additionalProperties field. <br>
137137
`Resource.Hpc.*` fields:

articles/azure-impact-reporting/guest-health-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.date: 09/18/2025
99
ms.custom: template-overview
1010
---
1111

12-
# What is Guest Health Reporting (GHR)? (Preview)
12+
# What is Guest Health Reporting (GHR)? (preview)
1313
> [!IMPORTANT]
1414
> Guest Health Reporting is currently in Preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1515
1616
The Guest Health Reporting service allows Azure supercomputing customers to provide VM device health statuses to Azure. Based on these status updates, Azure HPC can make decisions to remove problematic nodes out of production and send them for repair.
1717

18-
## Onboarding Process
18+
## Onboarding process
1919

2020
To use Guest Health Reporting to report the health of a node, the subscription that hosts the resources needs to be onboarded to the Impact service using the following steps:
2121

@@ -29,7 +29,7 @@ To use Guest Health Reporting to report the health of a node, the subscription t
2929
5. Go to the left pane -> Settings -> Overview and retrieve your Subscription ID and send it to the Azure team member assisting you to complete the onboarding process.
3030
6. **Wait for confirmation that the onboarding process is complete before proceeding with using GHR requests submission.**
3131

32-
## Access Management and Role assignment
32+
## Access management and role assignment
3333

3434
To submit GHR requests from a resource within Azure, the appropriate access management roles must be assigned.
3535
1. Create a User or System Assigned Managed Identity.

0 commit comments

Comments
 (0)