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

Create an Azure VM with an unmanaged disk

I'm trying to create an Azure VM with an unmanaged disk via PowerShell since managed disks aren't supported in Azure …

azure azure-virtual-machine azure-powershell azure-gov
Start-AzureStorageBlobCopy vs AzCopy: which one takes lesser time

I need to move vhds from one subscription to other. I would like to know which one is better option …

azure azure-storage azure-powershell
Azure Storage - Generating SAS token (Portal vs PowerShell

In our CI/CD pipeline im trying to automate the creation of SAS tokens for containers used by other systems. …

powershell azure azure-storage-blobs azure-powershell azure-storage-account
How to run PowerShell from Azure Data Factory

I have PowerShell script which splits a complex CSV file to a smaller CSV file for every 1000 records. Here is …

powershell azure-data-factory azure-powershell azure-data-lake
Azure Runbook - No subscription found in the context

Background: I am trying to set up a script via Runbooks on Azure. What I find unusual is that I …

azure azure-powershell azure-runbook
Azure Powershell throws "Unknown User Type"

I'm trying to authenticate Powershell script against the AD Account (as per this guide): $userName = "[email protected]" $securePassword = ConvertTo-SecureString …

powershell azure azure-powershell
Azure Storage: use AzCopy.exe to copy a folder from blob storage to another storage account

Using AzCopy.exe, I am able to copy over an entire container successfully. However, I cannot figure out how to …

powershell azure azure-storage-blobs azure-powershell azcopy