Skip to content

Commit e2b731b

Browse files
Apply suggestions from code review
1 parent 232932e commit e2b731b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/virtual-machines/hibernate-resume-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Azure extensions are currently disabled by default for Debian images (more detai
243243
sed -i -e 's/^Extensions\.Enabled =.* $/Extensions.Enabled=y/" /etc/waagent.conf
244244
```
245245
246-
![Screenshot of the cloud init input field for new Linux VMs](./media/hibernate-resume/debian-image-enable-extensions-via-cloud-init.png)
246+
:::image type="content" source="./media/hibernate-resume/debian-image-enable-extensions-via-cloud-init.png" alt-text="Screenshot of the cloud init input field for new Linux VMs.":::
247247
248248
Alternatively, you can enable hibernation on the guest by [installing the hibernation-setup-tool](hibernate-resume.md#option-2-hibernation-setup-tool).
249249

articles/virtual-machines/hibernate-resume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Once you've created a VM with hibernation enabled, you need to configure the gue
269269
There are many ways you can configure the guest OS for hibernation in Linux VMs.
270270

271271
#### Option 1: LinuxHibernateExtension
272-
When creating a Hibernation enabled VM via Azure Portal, the LinuxHibernationExtension is automatically installed on the VM.
272+
When you create a Hibernation-enabled VM via the Azure portal, the LinuxHibernationExtension is automatically installed on the VM.
273273

274274
If the extension is missing, you can [manually install the LinuxHibernateExtension](/cli/azure/azure-cli-extensions-overview) on your Linux VM to configure the guest OS for hibernation.
275275

0 commit comments

Comments
 (0)