Skip to content

Commit b69477e

Browse files
authored
Merge pull request #203504 from kof-f/patch-53
Removing serial console incompatibility text
2 parents 837ea99 + 832c5e1 commit b69477e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/virtual-machines/boot-diagnostics.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ When creating a VM in the Azure portal, the default setting is to have boot diag
4242
:::image type="content" source="./media/boot-diagnostics/boot-diagnostics-enable-portal.png" alt-text="Screenshot enabling managed boot diagnostics during VM creation.":::
4343

4444
### Enable managed boot diagnostics using CLI
45-
Boot diagnostics with a managed storage account is supported in Azure CLI 2.12.0 and later. If you do not input a name or URI for a storage account, a managed account will be used. For more information and code samples see the [CLI documentation for boot diagnostics](/cli/azure/vm/boot-diagnostics).
45+
Boot diagnostics with a managed storage account is supported in Azure CLI 2.12.0 and later. If you don't input a name or URI for a storage account, a managed account will be used. For more information and code samples see the [CLI documentation for boot diagnostics](/cli/azure/vm/boot-diagnostics).
4646

4747
### Enable managed boot diagnostics using PowerShell
48-
Boot diagnostics with a managed storage account is supported in Azure PowerShell 6.6.0 and later. If you do not input a name or URI for a storage account, a managed account will be used. For more information and code samples see the [PowerShell documentation for boot diagnostics](/powershell/module/az.compute/set-azvmbootdiagnostic).
48+
Boot diagnostics with a managed storage account is supported in Azure PowerShell 6.6.0 and later. If you don't input a name or URI for a storage account, a managed account will be used. For more information and code samples see the [PowerShell documentation for boot diagnostics](/powershell/module/az.compute/set-azvmbootdiagnostic).
4949

5050
### Enable managed boot diagnostics using Azure Resource Manager (ARM) templates
5151
Everything after API version 2020-06-01 supports managed boot diagnostics. For more information, see [boot diagnostics instance view](/rest/api/compute/virtualmachines/createorupdate#bootdiagnostics).
@@ -103,10 +103,9 @@ Everything after API version 2020-06-01 supports managed boot diagnostics. For m
103103

104104
## Limitations
105105
- Managed boot diagnostics is only available for Azure Resource Manager VMs.
106-
- Managed boot diagnostics does not support VMs using unmanaged OS disks.
107-
- Boot diagnostics does not support premium storage accounts or zone redundant storage accounts. If either of these are used for boot diagnostics users will receive an `StorageAccountTypeNotSupported` error when starting the VM.
106+
- Managed boot diagnostics doesn't support VMs using unmanaged OS disks.
107+
- Boot diagnostics doesn't support premium storage accounts or zone redundant storage accounts. If either of these are used for boot diagnostics users will receive an `StorageAccountTypeNotSupported` error when starting the VM.
108108
- Managed storage accounts are supported in Resource Manager API version "2020-06-01" and later.
109-
- Azure Serial Console is currently incompatible with a managed storage account for boot diagnostics. Learn more about [Azure Serial Console](/troubleshoot/azure/virtual-machines/serial-console-overview).
110109
- Portal only supports the use of boot diagnostics with a managed storage account for single instance VMs.
111110
- Users cannot configure a retention period for Managed Boot Diagnostics. The logs will be overwritten when the total size crosses 1 GB.
112111

0 commit comments

Comments
 (0)