You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/boot-diagnostics.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@ When creating a VM in the Azure portal, the default setting is to have boot diag
42
42
:::image type="content" source="./media/boot-diagnostics/boot-diagnostics-enable-portal.png" alt-text="Screenshot enabling managed boot diagnostics during VM creation.":::
43
43
44
44
### 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).
46
46
47
47
### 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).
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
103
103
104
104
## Limitations
105
105
- 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.
108
108
- 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).
110
109
- Portal only supports the use of boot diagnostics with a managed storage account for single instance VMs.
111
110
- Users cannot configure a retention period for Managed Boot Diagnostics. The logs will be overwritten when the total size crosses 1 GB.
0 commit comments