About 2,520,000 results
Open links in new tab
  1. PowerShell developer reference for Azure Functions

    Jan 22, 2025 · A PowerShell Azure function (function) is represented as a PowerShell script that executes when triggered. Each function script has a related function.json file that defines how the function behaves, such as how it is triggered and its input and output parameters.

  2. Running Powershell in Azure Functions - T-minus365

    Apr 17, 2021 · In this article, I am going to show you how to create an Azure Function and connect to familiar powershell modules such as Exchange, Partner Center, MSOnline, and AzureAD across all of you customers. These functions can be scheduled as timed jobs that run periodically or you could run them on demand via a trigger.

  3. Create Your First PowerShell Azure Function: A Step-by-Step Guide

    Oct 30, 2024 · Learn how to create, test, and deploy an HTTP-triggered PowerShell Azure Function from scratch using Azure PowerShell and Azure Functions Core Tools in this hands-on tutorial.

  4. How to Execute PowerShell Azure Functions with HTTP Triggers …

    Oct 5, 2022 · Learn how to execute and test Azure Functions in PowerShell via HTTP using both the Azure Portal and PowerShell’s Invoke-RestMethod cmdlet.

  5. Create a PowerShell function from the command line - Azure Functions ...

    Aug 24, 2023 · In this article, you use command-line tools to create a PowerShell function that responds to HTTP requests. After testing the code locally, you deploy it to the serverless environment of Azure Functions. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.

  6. powershell - how to run power shell script in Azure functions

    Sep 2, 2021 · You will need to decide how you want your script to be started, where it is going to get input data, and where it is going to put output data (see Triggers and bindings). See Azure Functions PowerShell developer guide for further details.

  7. Building PowerShell Azure Functions with VS Code [Series] - ATA …

    Oct 4, 2022 · By leveraging the serverless computing platform Azure Functions, you can build professional, robust problem-solving PowerShell scripts in the cloud for free! Let me show you how. This tutorial is #1 in a two-part series.

  8. Automating PowerShell Scripts with Azure Functions

    Mar 19, 2025 · Result: Deploys local PowerShell scripts to Azure Functions. Azure Functions allow you to run PowerShell scripts in a serverless environment, automating tasks like SharePoint management, user provisioning, and data synchronization without needing a …

  9. Running PowerShell Scripts on Azure VMs with Domain User …

    Mar 20, 2025 · In this blog post, we'll explore how to configure Azure Functions to execute PowerShell scripts on an Azure Virtual Machine (VM) using Invoke-AzVMRunCommand or Set-AzVMRunCommand with domain user authentication. Azure Functions provides a powerful platform for automating various tasks within your Azure environment.

  10. how execute PowerShell command in Azure Function Apps?

    Aug 12, 2017 · Azure have a built-in PowerShell in it's portal and you can write your commands directly from Portal without installing PowerShell in your system. how I can write (execute) my PowerShell commands inside the function Apps? New Function App --> PowerShell? what you mean by New Function app--> PowerShell?

  11. Some results have been removed
Refresh