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: support/azure/virtual-machines/linux/serial-console-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ By default, all subscriptions have serial console access enabled. You can disabl
89
89
### Use Serial Console with custom boot diagnostics storage account firewall enabled
90
90
91
91
> [!WARNING]
92
-
> There's a known issue where Azure Serial Console might fail to connect when a custom boot diagnostics storage account has firewall restrictions when using the [az serial-console](../../../../cli/azure/serial-console) command. To avoid connectivity issues, use Serial Console in the Azure Portal.
92
+
> There's a known issue where Azure Serial Console might fail to connect when a custom boot diagnostics storage account has firewall restrictions when using the [az serial-console](/cli/azure/serial-console) command. To avoid connectivity issues, use Serial Console in the Azure Portal.
93
93
94
94
> [!IMPORTANT]
95
95
> By the end of 2025, Azure Serial Console will no longer utilize boot diagnostics storage accounts for establishing a connection. No customer action is required for this change. This change doesn't affect serial logs or screenshots.
Copy file name to clipboardExpand all lines: support/azure/virtual-machines/windows/serial-console-errors.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,7 @@ tags: azure-resource-manager
9
9
ms.service: azure-virtual-machines
10
10
ms.tgt_pltfrm: vm
11
11
ms.workload: infrastructure-services
12
-
<<<<<<< HEAD
13
12
ms.date: 09/10/2025
14
-
=======
15
-
ms.date: 8/26/2025
16
-
>>>>>>> a1f209e9d7d710950ac720a947cd004e0f6cc1d6
17
13
ms.author: jarrettr
18
14
ms.custom: sap:VM Admin - Windows (Guest OS)
19
15
---
@@ -36,7 +32,7 @@ Error | Mitigation
36
32
"Azure Serial Console requires boot diagnostics to be enabled. Click here to configure boot diagnostics for your virtual machine." | Make sure that the virtual machine (VM) or VM scale set has [boot diagnostics](boot-diagnostics.md) enabled. If you use the Serial Console on a VM scale set instance, make sure that your instance has the latest model.
37
33
"Azure Serial Console requires a virtual machine to be running. Use the Start button to start your virtual machine." | The VM Scale Sets instance must be in a started state to access the Serial Console (your VM must not be stopped or deallocated). Make sure that your VM or VM Scale Sets instance is running, and then try again.
38
34
"Azure Serial Console is not enabled for this subscription, contact your subscription administrator to enable." | The Azure Serial Console can be disabled at a subscription level. If you're a subscription administrator, you can [enable and disable the Azure Serial Console](./serial-console-enable-disable.md). If you aren't a subscription administrator, contact your subscription administrator for the next steps.
39
-
A "Forbidden" response was encountered when accessing this VM's boot diagnostic storage account. | There's a known issue where Azure Serial Console might fail to connect when a custom boot diagnostics storage account has firewall restrictions when using the [az serial-console](../../../../cli/azure/serial-console) command. To avoid connectivity issues, use Serial Console in the Azure Portal.
35
+
A "Forbidden" response was encountered when accessing this VM's boot diagnostic storage account. | There's a known issue where Azure Serial Console might fail to connect when a custom boot diagnostics storage account has firewall restrictions when using the [az serial-console](/cli/azure/serial-console) command. To avoid connectivity issues, use Serial Console in the Azure Portal.
40
36
You don't have the required permissions to use this VM with the serial console. Ensure you have at least Virtual Machine Contributor role permissions.| Serial console access requires that you have contributor level access on your VM or VM scale set. For more information, see the [Azure Serial Console](serial-console-overview.md) overview page.
41
37
The storage account '' used for boot diagnostics on this VM couldn't be found. Verify that boot diagnostics is enabled for this VM, this storage account hasn't been deleted, and you have access to this storage account. | Double check that you didn't delete the boot diagnostics storage account for your VM or VM scale set.
42
38
The serial console connection to the VM encountered an error: 'Bad Request' (400) | This error can occur if your boot diagnostics URI is incorrect. For example, "http://" instead of "https://" is used. To fix the URI, run the following command: `az vm boot-diagnostics enable --name vmName --resource-group rgName --storage https://<storageAccountUri>.blob.core.windows.net/`.
Copy file name to clipboardExpand all lines: support/azure/virtual-machines/windows/serial-console-windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ By default, all subscriptions have serial console access enabled. You can disabl
142
142
### Use Serial Console with custom boot diagnostics storage account firewall enabled
143
143
144
144
> [!WARNING]
145
-
> There's a known issue where Azure Serial Console might fail to connect when a custom boot diagnostics storage account has firewall restrictions when using the [az serial-console](../../../../cli/azure/serial-console) command. To avoid connectivity issues, use Serial Console in the Azure Portal.
145
+
> There's a known issue where Azure Serial Console might fail to connect when a custom boot diagnostics storage account has firewall restrictions when using the [az serial-console](/cli/azure/serial-console) command. To avoid connectivity issues, use Serial Console in the Azure Portal.
146
146
147
147
> [!IMPORTANT]
148
148
> By the end of 2025, Azure Serial Console will no longer utilize boot diagnostics storage accounts for establishing a connection. No customer action is required for this change. This change doesn't affect serial logs or screenshots.
0 commit comments