An Azure platform as a service offer that is used to deploy web and cloud applications.
Hello Robert,
Thank you for sharing the details and screenshot.
The error “Sorry, your Cloud Shell failed to request a terminal” typically occurs when Azure Cloud Shell is unable to establish the required WebSocket connection to the Cloud Shell service. This is commonly related to network restrictions, browser session issues, or tenant‑specific configuration rather than a problem with your Azure resources themselves.
Please try the following steps in order:
- Restart Cloud Shell Click Restart directly in the Cloud Shell pane. This forces a new backend session and often resolves transient connection issues. [learn.microsoft.com]
- Try a clean browser session Open Cloud Shell using an InPrivate/Incognito window or a different supported browser (Microsoft Edge or Chrome). Browser extensions or cached sessions can interfere with the Cloud Shell handshake. [bing.com]
- Verify network and firewall access Ensure your network or proxy allows HTTPS and WebSocket traffic to the following endpoints:
-
*.console.azure.com -
*.servicebus.windows.netBlocking these endpoints prevents the terminal from being created.
-
- Reset Cloud Shell user settings In the Cloud Shell menu, select Settings → Reset user settings and reconnect. This clears any corrupted Cloud Shell configuration associated with your profile.
- Check Cloud Shell storage configuration Cloud Shell requires an associated Azure Storage account. If the storage account was deleted or modified recently, reopen Cloud Shell and allow it to recreate or reattach a valid storage account.
Note : This is an AI content
Links
https://learn.microsoft.com/en-us/azure/cloud-shell/faq-troubleshooting
https://learn.microsoft.com/en-us/azure/cloud-shell/overview
Thanks,
Manish