Cloud code editor won't start in sandbox cloud shell

Utu Hopiavuori 20 Reputation points
2024-05-10T07:39:10.4233333+00:00

https://learn.microsoft.com/en-us/training/modules/powershell-write-first/2-exercise-hello-world

Training module successfully activated a Sandbox Cloud Shell but won't open integrated code editor:

Screenshot 2024-05-10 102555

I confirmed the prompt because it seems like code editor doesn't exist in new cloud shell experience.

Code won't start although.

Screenshot 2024-05-10 102833

Related learn module: https://learn.microsoft.com/en-us/training/modules/powershell-write-first/2-exercise-hello-world

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,019 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 78,506 Reputation points
    2024-05-10T07:58:07.2033333+00:00

    Hi,

    There is an issue with the code editor since Azure cloud shell was updated. What you can do is use nano editor instead. For example, in the exercise you can use below command instead:

    nano HelloWorld.ps1
    

    To save you can press Ctrl+S as mentioned in exercise, but then to exit the editor press Ctrl+X

    Please click Accept Answer and upvote if the above was helpful. If something is unclear and/or something about nano is confusing, add a comment below and I will assist.

    Thanks.

    -TP

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful