Top "Azure-powershell" questions

The Azure Module for Powershell allows administrators to accomplish many Windows Azure AD tenant-based administrative tasks such as user management, domain management and for configuring single sign-on

Azure Powershell: What is the opposite command to Login-AzureRmAccount (used to be Clear-AzureProfile)

I have various scripts which I used to run in a wrapper to allow me to handle things like checking …

azure-powershell
How to include "Plan information" when creating ARM VM from a captured image using Powershell?

I have a ARM VM created from a Marketplace: bitnami LAMP (Ubuntu) I've successfully captured an image. During the capture …

azure-powershell azure-resource-manager azureportal
Get-AzureRmResourceGroup : The term 'Get-AzureRmResourceGroup' is not recognized as the name of a cmdlet

I'm trying to retrieve a resource group name from my Azure subscription in PowerShell: Get-AzureRmResourceGroup | select resourcegroupname But I get …

powershell azure azure-powershell
Check If Azure Resource Group Exist - Azure Powershell

I'm trying to verify if ResourceGroup exist or not so i thought that following code should return true or false, …

powershell azure-resource-manager azure-powershell
How to run Azure CLI commands using python?

I want to use Azure CLI to get the list of all the VMs in my resource group. But I …

python azure azure-virtual-machine azure-powershell azure-cli
Azure Powershell - Check to see if resource exists

I'm using Powershell to automate setting up my Azure environment - to create storage account, database, website, etc. In development, …

powershell azure azure-powershell
Azure PowerShell will not connect

I have downloaded and installed the Azure Powershell by following the MS instructions: https://azure.microsoft.com/en-us/documentation/articles/…

powershell azure azure-powershell
New-AzureRmResourceGroup : 'this.Client.SubscriptionId' cannot be null

I'm trying to create a new web app service in Azure from powershell, but running into the following error: New-AzureRmResourceGroup : …

powershell azure azure-web-app-service azure-powershell alm
Remove files and foldes on Azure before a new deploy from VSTS

As part of my build process in VSTS I want to delete all files and folders (except af few) from …

powershell azure azure-devops azure-powershell azure-pipelines-build-task
auto login Azure powershell

Every time I open a azure powershell windows is it possible to auto login ? i.e. this command given below …

powershell azure azure-powershell