question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Validate PS7 `Import-Module -UseWindowsPowerShell` in Azure Functions cloud environment

See original GitHub issue

Need to validate PowerShell 7 module compatibility feature (Import-Module -UseWindowsPowerShell) in Azure Functions

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
AnatoliBcommented, Jun 23, 2020

We’ve validated that -UseWindowsPowerShell switch does work in general: for example, it allows using the AzureAD module on Azure Functions with PowerShell 7 (https://github.com/Azure/azure-functions-powershell-worker/issues/232#issuecomment-647827971).

1reaction
Francisco-Gaminocommented, Apr 16, 2020

Thank you all for your input. I will reach out if I have any questions once I start working on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PowerShell Function App is failing to import ...
I am trying to import the "Microsoft.PowerApps.Administration.PowerShell" module in my PowerShell Azure Function App. The import is ...
Read more >
Azure function - import module error
I'm having an error "ERROR: Failed to generate proxies for remote module 'azureAD'. The -OutputModule parameter does not resolve to a path, and ......
Read more >
PowerShell developer reference for Azure Functions
This article provides details about how you write Azure Functions using PowerShell. A PowerShell Azure function (function) is represented as ...
Read more >
Install AzureAD and AzureADPreview module in ...
One wants to install AzureAD and AzureADPreview in his/her windows PowerShell function app. Modules are already input in requirements.psd1 ,
Read more >
Running Powershell in Azure Functions -
In this article I show MSPs how run scheduled powershell scripts across all customers under management using Azure Functions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found