Hello there,
Run the Connect-AzureAD cmdlet. Previously, Cloud Shell ran this cmdlet automatically during PowerShell startup. To speed up start time, the cmdlet no longer runs automatically. You can choose to restore the previous behavior by adding Connect-AzureAD to the $PROFILE file in PowerShell.
Simplest way is to try the below steps.
1/ Run
npx open-swagger-ui <path or URL>
2/ Navigate to http://localhost:3355/
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer--