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
I have a Windows PowerShell script that uploads a file to my Azure Blob Storage. I want the file only …
powershell azure-powershellHow 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-powershellIncredibly 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-powershellI'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-taskWhen 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-networkI 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-powershellI'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-keyvaultI want to understand how Azure PowerShell makes Azure API calls using AAD username/password based credentials. My understanding is …
powershell authentication azure azure-powershellI am limited by a piece of software that utilizes a single core per instance of the program run. It …
azure azure-virtual-machine azure-powershellI 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