An Azure platform as a service offer that is used to deploy web and cloud applications.
Hello @Fred Luk,
It looks like you're running into a frustrating issue with provisioning your Cloud Shell in Azure. The error message you're receiving—"GatewayTimeout"—suggests that the request didn't get a response from the portal in time. Here are some suggestions you can try to resolve the issue:
- Refresh the Page: Sometimes a simple page refresh can help in re-establishing a new session.
- Check Resource Providers: Ensure that the necessary resource providers are registered in your subscription. You need
Microsoft.CloudShellandMicrosoft.ContainerInstanceto be registered. You can check this in the Resource Providers section of your subscription settings. - Retry the Provisioning Process: If you encountered a previous deployment that might be in a de-provisioning state, simply retry provisioning Cloud Shell again.
- Verify Network Configuration: If you're on a virtual network, ensure that your subnet has the correct delegation for
Microsoft.ContainerInstance. This can often cause provisioning failures. - Open a Support Request: If the issue persists after trying the above steps, consider filing a support request through the Azure portal. Include the correlation ID you provided for further assistance.
- Explore Documentation: For more detailed troubleshooting, you might find these links helpful:
I hope this helps get your Cloud Shell up and running again! If you have more details about your setup, feel free to share, and I can provide more targeted advice.
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.