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
- Host: GitHub
- URL: https://github.com/gordonby/functionapp-pwsh-azcli
- Owner: Gordonby
- License: mit
- Created: 2023-06-21T06:24:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T22:21:01.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:42:22.152Z (about 1 year ago)
- Topics: azure-cli, azure-functions, powershell
- Language: Bicep
- Homepage:
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
