Azure Cloud Shell
Have feedback for Azure Cloud Shell? Submit your idea or vote up an idea submitted by another Cloud Shell user. All of the feedback you share here will be monitored and reviewed by the Azure Cloud Shell engineering team. By suggesting or voting for ideas here, you will help us shape the future of Cloud Shell. Remember that this site is only for feature suggestions and ideas, if you have technical questions please try our documentation or StackOverflow.
-
allow all 365 management shell access via cloudshell
Allow all 365 management shell access via cloudshell so one can administer their environment from the cloud. allow cmdlets and modules for Skype for Business, Exchange, SharePoint, OneDrive, etc all from within 1 cloud shell...
40 votes -
Requesting a Cloud Shell.Failed to provision a Cloud Shell: {"code":"TenantActiveUserQuotaReached","message":"Tenant '604c1504-c6a3-4080-81a
Requesting a Cloud Shell.Failed to provision a Cloud Shell: {"code":"TenantActiveUserQuotaReached","message":"Tenant '604c1504-c6a3-4080-81aa-b33091104187' has '306' active users in location 'westus', which exceeds the active user quota."}
32 votes -
Add MFA Server (on-premises) management via Powershell
Add powershell modules.cmdlets to manage MFA Server (on-premises) management
27 votes -
Include Exchange Online PowerShell Module
Want to be able to PowwerShell against Exchange Online, including when you have MFA enabled for your admin.
15 votes -
quota
Cannot connect to cloud shell for training due to quota:
Requesting a Cloud Shell.Failed to provision a Cloud Shell: {"code":"TenantActiveUserQuotaReached","message":"Tenant '604c1504-c6a3-4080-81aa-b33091104187' has '300' active users in location 'westus', which exceeds the active user quota."}
14 votes -
Allow AzureADPreview Modules in Cloud Shell
Today, we don't have the ability to add AzureADPreview modules to Cloud Shell. Could we have the ability to add these?
12 votes -
Font/background color
Option to change the font/background color.
(I'm using an e-ink monitor btw)11 votes -
Allow access to PowerShell from CSP account
When attempting to use PowerShell in Cloud Shell with my CSP account, which has delegated Owner rights within Azure for the customer tenant, I get the error below. It works if I switch to a Global Admin account.
Add-AzureRmAccount : Cannot validate argument on parameter 'AccountId'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again.
At C:\Users\ContainerAdministrator\PSCloudShellStartup.ps1:73 char:71
+ ... ProfileModule\Add-AzureRMAccount @addAzureRMAccountParameters -ErrorA ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : InvalidData: (:) [Add-AzureRmAccount], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.Azure.Commands.Profile.AddAzureRMAccountCommand11 votes -
Preconfigure PowerShell in Cloud Shell with PowerShell help files
When we run Update-Help the downloaded help files are not persistent across PowerShell sessions because they are written in $pshome's subfolder.
Could you preconfigure the Cloud Shell with the current PowerShell help files?
8 votes -
Install SharePoint Online Module
Would like to be able to install and use the SharePoint Online Commands. I am able to install the PnP module from the powershell gallery, but not the SPO module.
7 votes -
The red on blue can be hard to read for "color challenged" people
The red on blue can be hard to read for "color challenged" people. Powershell allows customization of font and background color. It would be nice that Azure CLI allow customization of colors as well.
6 votes -
Failed to connect terminal
Getting the below error, is it firewall related?
Requesting a cloud shell.suceeded.
Connecting to a terminal..Failed to connect terminal: websocket cannot be established. Press "enter" to reconnect.
5 votes -
CLS command doesn't clears the screen.
While working with Azure Cloud Shell - Powershell Preview, I observed that running ""CLS" command doesn't clears that screen, rather it hides the old commands & their output & it can be viewed by scrolling up.
It would be nice to have same functionality as we do have in powershell for CLS function.
5 votes -
BUG: Connect-AzureAD command does not work inside CloudShell if it is in a .ps1 script
Repro: If you just type Connect-AzureAD on a PowerShell Cloud Shell, it works.
If you type in an save "Connect-AzureAD" in a ps1 file, upload your ps1 file and then call the ps1 file from Cloud Shell, it fails with below errors:
InvalidOperation: /opt/microsoft/powershell/7/profile.ps1:60
Line |
60 | & ($script:PSCloudShellUtilityModuleInfo){param([string]$Label, [ …| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The expression after '&' in a pipeline element produced an object that was
| not valid. It must result in a command name, a script block, or a CommandInfo
| object.InvalidOperation: /opt/microsoft/powershell/7/profile.ps1:167
Line |
167 | $azureADParameters = @{'Identity' = $true; 'TenantId' = $env:…4 votes -
Requesting a Cloud Shell.Failed to provision a Cloud Shell: {"code":"TenantActiveUserQuotaReached","message":"Tenant '604c1504-c6a3-4080-81a
Requesting a Cloud Shell.Failed to provision a Cloud Shell: {"code":"TenantActiveUserQuotaReached","message":"Tenant '604c1504-c6a3-4080-81aa-b33091104187' has'151' active users in location 'centralindia', which exceeds the active user quota."}
How to fix this error4 votes -
msonline
installed msonline module (supposedly) but cannot run connect-msolservice or run get-msoluser need this because get-azaduser does not seem to support investigation of strong auth settings.
4 votes -
The number of allowed users is too short
I got this error message
Failed to provision a Cloud Shell: {"code":"TenantActiveUserQuotaReached","message":"Tenant '604c1504-c6a3-4080-81aa-b33091104187' has '301' active users in location 'westus', which exceeds the active user quota."}
I think the number of allowed users is too short. I cannot advance in the modules becuase my work cannot be checked
4 votes -
Support copy/paste in Internet Explorer
Support copy/paste in Internet Explorer
It's a joke: copy/paste in PS cloud shell doesn't work with IE ?!?!? It does so with Firefox, come on Microsoft - you've got to be kidding me.
4 votes -
Unable to access HDInsight Cluster using PowerShell in CLoud Shell
I am typing the right command but it gets converted to "Get-AzHDInsightCluster"
PS Azure:> Get-AzureRmHDInsightCluster
Get-AzureRmHDInsightCluster : The term 'Get-AzHDInsightCluster' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-AzureRmHDInsightCluster
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-AzHDInsightCluster:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException4 votes -
Allow access to clipboard between Cloud Shell and Computer
Allow clip, Set-Clipboard and Get-Clipboard to interact with accessing computer. This would allow for something like -
Get-SuperInfo | Clip
Then the data be on the computer.
4 votes
- Don't see your idea?