About 181,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. How to write an Azure Function in PowerShell4sysops

    Jun 12, 2018 · Serverless computing—or the ability to execute code without having to manage the underlying resources—is all the rage these days. Can PowerShell join in on the fun? Yes, it can! This article will show you how to use PowerShell to create an Azure Functions app and deploy a PowerShell-based function.

  3. Create a PowerShell function using Visual Studio Code - Azure Functions ...

    Jul 18, 2024 · In this article, you use Visual Studio Code 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. There's also a CLI-based version of this article.

  4. 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.

  5. Working with Azure Functions using PowerShell (Preview)

    In a nutshell, all we need is listed below. Our goal is to build a REST API and a simple static / dynamic web page using PowerShell with Azure Functions. 🔔 I used AzureRM module - Please feel free to choose your choice of tools like az CLI, Az Module or REST API.

  6. Integrating PowerShell with Azure Functions for Automation

    Sep 27, 2024 · In this blog post, we will explore the synergy between PowerShell and Azure Functions, providing you with a comprehensive guide on how to create, deploy, and manage PowerShell-based Azure...

  7. How to Write an Azure Function in PowerShell - DevBlackOps

    Jun 13, 2018 · This article will show you how to use PowerShell to create an Azure Functions app and deploy a PowerShell-based function. What Are Azure Functions? Azure Functions is a computing model in Microsoft Azure that allows you to execute small pieces of code or functions in response to events.

  8. Creating an Azure Function to Run PowerShell in the Cloud

    Oct 24, 2024 · Azure Functions provides a powerful way to run code in the cloud without managing servers. Let’s create an Azure Function that runs PowerShell—perfect for automating tasks or building serverless applications. First, we need to set up some Azure resources. We’ll use PowerShell to create these: 1. Create a resource group: 2.

  9. How to Build an Azure Function in PowerShell | M365 Dev Insights

    Aug 4, 2024 · If you work with PowerShell, you can leverage Azure Functions to automate tasks, process data, or integrate with cloud services. In this guide, we’ll walk through creating an Azure Function using PowerShell step by step.

  10. PowerShell in Azure Functions - Brian Bunke

    Feb 27, 2018 · We have a working PowerShell Azure Function! With this, we’ve completed our first step toward building a Serverless REST API in Azure. If building a full API doesn’t sound interesting or fun…congratulations, you’re normal!

  11. Some results have been removed
Refresh