About 50 results
Open links in new tab
  1. How to update all Azure Powershell Az modules? - Stack Overflow

    Apr 9, 2021 · The Azure Powershell Az module comes with an assortment of modules such as Az.Accounts, Az.Aks, etc. Is it possible to update all these Az.* modules at once?

  2. Azure Function will not import Powershell Modules

    Oct 17, 2023 · Import-Module Az.Storage -RquiredVersion "5.10.1" # Uncomment the next line to enable legacy AzureRm alias in Azure PowerShell. # Enable-AzureRmAlias # You can also define functions …

  3. azure - Automation Account Importing PowerShell Module Issue

    Jan 16, 2025 · 0 I am having an issue with importing PowerShell modules into a runbook in an automation account. It's a simple script to look at Exchange groups and email a list of matching …

  4. Why is Powershell's Install-Module so excruciatingly slow?

    Jun 29, 2020 · 19 I use Powershell 5.1 and we often install modules from our internal module repository hosted on our on-prem Azure Artifacts (we use Azure DevOps Server 2019). The problem is that it is …

  5. Azure Az module throwing an API error when running

    Mar 12, 2025 · Ran the command in Powershell Core 7.5.0 and Windows Powershell 5.1 Confirmed that the cmdlet is still available in the latest version of the module Checked the available API versions …

  6. Powershell in azure portal : This module requires Az.Accounts version 2 ...

    Aug 23, 2023 · Modules can be removed just deleting the module directory by visiting the path C:user>DocumentsPowerShellModulesAz.Accounts. More detailed information in github doc.

  7. Install powershell modules for Azure Functions not working

    Jul 26, 2020 · Install powershell modules for Azure Functions not working Asked 5 years, 6 months ago Modified 5 years, 2 months ago Viewed 4k times

  8. Azure CLI vs Powershell? - Stack Overflow

    Aug 9, 2017 · Note there is now an Azure PowerShell module that you can install for PowerShell Core, which is a cross-platform version of PowerShell that runs on Windows, Linux or macOS.

  9. Can't install Azure Module in PowerShell - Stack Overflow

    Feb 12, 2020 · This is Microsoft's documentation on how to install Azure for Powershell. It just doesn't work.

  10. Using Az module in Azure DevOps Release Pipeline

    Jan 13, 2019 · 10 I want to use the Azure PowerShell Module (aka Az Module) in an Azure DevOps Release Pipeline. However, the existing PowerShell options don't seem to work.