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

How to check if a blob already exists in Azure blob container using PowerShell

I have a Windows PowerShell script that uploads a file to my Azure Blob Storage. I want the file only …

powershell azure-powershell
How to break a lease on Blob Storage in Azure with PowerShell?

How do I break a lease on an item in Blob Storage utilizing PowerShell? I'm receiving the following when trying …

azure azure-storage azure-storage-blobs azure-powershell
PowerShell script error: the string is missing the terminator:

Incredibly simple powershell script... #Server side storage copy $SourceStorageAccount = "myStorageAccount" $SourceStorageKey = "myKey" $SourceStorageContext = New-AzureStorageContext –StorageAccountName $SourceStorageAccount -StorageAccountKey $SourceStorageKey fails with …

powershell azure azure-storage azure-storage-blobs azure-powershell
Fatal: Could not read password for 'https://[email protected]': terminal prompts disabled

I'm trying to merge the develop branch to the master branch when building with Azure Pipelines PowerShell task. But while …

git azure-devops azure-pipelines azure-powershell azure-pipelines-build-task
Why does Azure Application Gateway require an empty subnet

When I try to execute New-AzureRmApplicationGatewayIPConfiguration to create an application gateway, I get an exception: Subnet xxx cannot be used …

azure azure-powershell azure-virtual-network
Authenticating with Azure Active Directory on powershell

I am attempting to explore the features of the Azure Active Directory V2 PowerShell Module I have an Azure Account, …

powershell azure azure-active-directory azure-powershell
KeyVault generated certificate with exportable private key

I'm attempting to create a self signed certificate in KeyVault using the "Self" issuer. $policy = New-AzureKeyVaultCertificatePolicy -SubjectName "CN=$($certificateName)" -IssuerName "…

powershell x509 private-key azure-powershell azure-keyvault
How does Azure PowerShell work with username/password based auth?

I want to understand how Azure PowerShell makes Azure API calls using AAD username/password based credentials. My understanding is …

powershell authentication azure azure-powershell
Azure VM pricing - Is it better to have 80 single core machines or 10 8-core machines?

I am limited by a piece of software that utilizes a single core per instance of the program run. It …

azure azure-virtual-machine azure-powershell
Using Az module in Azure DevOps Release Pipeline

I want to use the Azure PowerShell Module (aka Az Module) in an Azure DevOps Release Pipeline. However, the existing …

azure-devops azure-pipelines azure-powershell