An open API service indexing awesome lists of open source software.

https://github.com/gordonby/functionapp-pwsh-azcli

Shows how to bootstrap a Pwsh FunctionApp with the Azure CLI
https://github.com/gordonby/functionapp-pwsh-azcli

azure-cli azure-functions powershell

Last synced: 11 months ago
JSON representation

Shows how to bootstrap a Pwsh FunctionApp with the Azure CLI

Awesome Lists containing this project

README

          

# functionapp-pwsh-azcli

This repo shows how to use the Azure CLI in a PowerShell function.
Leveraging GitHub actions, it provides a working end-to-end example of the [steps required](https://github.com/Azure/azure-functions-powershell-worker/issues/221) to get the Azure CLI working inside a PowerShell function.

The [GitHub Action Workflow](.github/workflows/deployPwshFnApp.yml) orchestrates the steps inside an empty Azure environment.
![image](https://github.com/Gordonby/functionapp-pwsh-azcli/assets/17914476/daec7f35-7eea-4e66-9678-8235b2549bcf)