Questions tagged [azureshell]

Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell. Try from https://shell.azure.com/ Documentation available at https://learn.microsoft.com/en-us/azure/cloud-shell/overview

Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.

Try from https://shell.azure.com/

Documentation available at https://learn.microsoft.com/en-us/azure/cloud-shell/overview

12 questions
4
votes
2 answers

Azure Powershell Output not displayed in the console

I have created a script in the Azure PowerShell. If I use the "echo" command, it displays output to the console. However, if I use Write-Output and Write-Error, I don't see the output. I have uploaded the script "change-to-static.ps1" to a storage…
Maxim Masiutin
  • 3,991
  • 4
  • 55
  • 72
2
votes
2 answers

Run Azure CLI Commands from a Azure Function APP

I need suggestions on how to use azure function app to create Web app in Azure under a resource group. Is there any way from azure function app can i invoke an azure CLI to create a Resource. Thanks in advance.
Aravind Goud
  • 120
  • 2
  • 17
2
votes
1 answer

Azure Cloud shell requires storage account

We have a Azure subscription, one of my colleague's azure user account is working fine. He has created Registry as well as he has deployed a hello world image in it using azure cli. But when i click on Azure Cloud shell, it prompts for resource…
Anil Kumar P
  • 541
  • 1
  • 9
  • 27
1
vote
1 answer

Azure Devops-How to verify whether team has exists in an organization (Azure CLI or Azure Bash)

AzureOrganization="https://dev.azure.com/ExampleOrganization" AzureProject="ExampleProject" az devops configure -d organization= $AzureOrganization project=$AzureProject read-r-p "Enter name of iteration" iteration echo @ iterationname If @…
kitten
  • 31
  • 5
1
vote
1 answer

Write data into excel sheet powershell ImportExcel module in Azure Cloud Shell

I can use only Azure cloud shell to run powershell scripts. I'm trying to run script for getting tags for all resources and populating the data into Excel sheet using ImportExcel module. Though I'm able to read data from excel file using the code as…
nsai17
  • 51
  • 1
  • 3
1
vote
1 answer

Unable to open Cloud Shell because of Storage Account error

I am trying to open Cloud Shell by following below steps. Click on Cloud Shell toolbar icon. Click on PowerShell link from the generated window. Selected Visual Studio Professional Subscription as that is the one and only available for me. Clicked…
Ashok kumar
  • 1,593
  • 4
  • 33
  • 68
0
votes
1 answer

How can I run a shell script from my git repository using Azure CLI to create Terraform resources on Azure?

How execute a shell script which is in my git repository through azure cli to create resources on Azure like remote storage account for Terraform state files and an Azure AD group for AKS admins I tried to perform git clone in azure cli and then run…
0
votes
1 answer

Does the portal.azure.com Cloud Shell provide autocomplete for Powershell or Bash?

Are there any keyboard shortcuts, configuration, browser extensions or other settings that can be set to provide intellisense for the Azure Cloud Shell on portal.azure.com? An Edge or Chrome browser extension for either PS or Bash would suffice. I…
0
votes
1 answer

Get-AzurePublishSettingFile : The term 'Get-AzurePublishSettingFile' is not recognized

I have tried installing the Azure and AZ cmdlet via the command with AllowClobber and that successfully installed. I am running PowerShell as administrator and have connected my Azure account by signing in. However, when running the command…
0
votes
1 answer

shell.azure.com is failing in configuration

While doing something I got option to execute shell commands from azure portal. It required to configure shell.azure.com first time. In first step it is giving option of selecting Subscription & create storage. When I select required subscription &…
Pranav Singh
  • 17,079
  • 30
  • 77
  • 104
-1
votes
2 answers

i am trying to use local power shell as cloud power shell (azure power shell vs local power shell )

i am new I am trying to use local pc power shell to execute commands like on azure portal power shell. enter image description here in my local power shell i can login to azure using az login. az commands are running but i am trying to execute…
-1
votes
1 answer

How do I update Child Iteration date in the Azure bash?

If I want to create iteration under a project iteration. Like Project A has two iteration, WHICH is father iteration and Son iteration. How do I do it using the Azure shell --Bash ? I don't know how to get the child id from the project. Project A …
Shanks
  • 95
  • 9