Skip to content

Commit 52493db

Browse files
authored
Update trusted-launch-faq.md
1 parent 42b1994 commit 52493db

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/virtual-machines/trusted-launch-faq.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,11 @@ To verify which boot components are responsible for Secure Boot failures within
423423

424424
1. Turn off Secure Boot.
425425
1. Connect to your Azure Linux Trusted Launch VM.
426-
1. Install the SBInfo tool for the distro your VM is running. It resides within the Linux Security Package.
426+
1. Install the SBInfo tool for the distribution your VM is running. It resides within the Linux Security Package.
427427

428-
#### [Debian-based distros](#tab/debianbased)
428+
#### [Debian-based distributions](#tab/debianbased)
429429

430-
These commands apply to Ubuntu, Debian, and other Debian-based distros.
430+
These commands apply to Ubuntu, Debian, and other Debian-based distributions.
431431

432432
```bash
433433
echo "deb [arch=amd64] http://packages.microsoft.com/repos/azurecore/ trusty main" | sudo tee -a /etc/apt/sources.list.d/azure.list
@@ -446,9 +446,9 @@ sudo apt update && sudo apt install azure-security
446446

447447
```
448448

449-
#### [Red Hat-based distros](#tab/rhelbased)
449+
#### [Red Hat-based distributions](#tab/rhelbased)
450450

451-
These commands apply to RHEL, CentOS, and other Red Hat-based distros.
451+
These commands apply to RHEL, CentOS, and other Red Hat-based distributions.
452452

453453
```bash
454454
echo "[packages-microsoft-com-azurecore]" | sudo tee -a /etc/yum.repos.d/azurecore.repo
@@ -464,9 +464,9 @@ echo "gpgcheck=0" | sudo tee -a /etc/yum.repos.d/azurecore.repo
464464
sudo yum install azure-security
465465
```
466466

467-
#### [SUSE-based distros](#tab/susebased)
467+
#### [SUSE-based distributions](#tab/susebased)
468468

469-
These commands apply to SLES, openSUSE, and other SUSE-based distros.
469+
These commands apply to SLES, openSUSE, and other SUSE-based distributions.
470470

471471
```bash
472472
sudo zypper ar -t rpm-md -n "packages-microsoft-com-azurecore" --no-gpgcheck https://packages.microsoft.com/yumrepos/azurecore/ azurecore
@@ -476,7 +476,7 @@ sudo zypper install azure-security
476476

477477
---
478478

479-
After you install the Linux Security Package for your distro, run the `sbinfo` command to verify which boot components are responsible for Secure Boot failures by displaying all unsigned modules, kernels, and bootloaders.
479+
After you install the Linux Security Package for your distribution, run the `sbinfo` command to verify which boot components are responsible for Secure Boot failures by displaying all unsigned modules, kernels, and bootloaders.
480480

481481
```bash
482482
sudo sbinfo -u -m -k -b
@@ -486,7 +486,7 @@ To learn more about the SBInfo diagnostic tool, you can run `sudo sbinfo -help`.
486486

487487
### Why am I getting a boot integrity monitoring fault?
488488

489-
Trusted Launch for Azure VMs is monitored for advanced threats. If such threats are detected, an alert is triggered. Alerts are only available if [Microsoft Defender for Cloud's enhanced security features](../security-center/enable-enhanced-security.md) are enabled.
489+
Trusted Launch for Azure VMs is monitored for advanced threats. If such threats are detected, an alert is triggered. Alerts are only available if [enhanced security features in Microsoft Defender for Cloud](../security-center/enable-enhanced-security.md) are enabled.
490490

491491
Microsoft Defender for Cloud periodically performs attestation. If the attestation fails, a medium-severity alert is triggered. Trusted Launch attestation can fail for the following reasons:
492492

@@ -504,7 +504,7 @@ The virtual TPM AK public certificate provides you with visibility for informati
504504

505505
#### Download instructions
506506

507-
Package certificates, composed of. p7b (Full Certificate Authority) and .cer (Intermediate CA), reveal the signing and certificate authority. Copy the relevant content and use certificate tooling to inspect and assess details of certificates.
507+
Package certificates, composed of .p7b (Full Certificate Authority) and .cer (Intermediate CA), reveal the signing and certificate authority. Copy the relevant content and use certificate tooling to inspect and assess details of certificates.
508508

509509
[!INCLUDE [json](../virtual-machines/includes/trusted-launch-tpm-certs/tpm-root-certificate-authority.md)]
510510

0 commit comments

Comments
 (0)