particular/setup-azurefunctions-action
Set up an Azure Functions app for testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publish-profile-env-name | The name of the environment variable to fill with the publish profile for the Functions App | yes | — |
| azure-credentials | The JSON blob containing the Azure login credentials. Required setting up the RBAC assignments. | yes | — |
| env-vars-to-promote | A comma-separated list of environment variables in the Actions environment to promote to App Settings in the Functions app | no | "" |
| tag | The name of the component Azure Functions app is being used for. The Functions app is tagged with this value. | yes | — |
| skip-cleanup | For testing only, set to 'true' to skip the cleanup step so the Azure resources can be inspected. Causes an error on cleanup to prevent merging a branch in test mode. | no | — |
Outputs
| name | description |
|---|---|
| app-name | The app name for the created Functions app |
| publish-profile | The publish profile for the created Functions app |
| hostname | The primary host name for the created Functions app |