actions-marketplace-validations/Azure Publish profile
This action retrieves the publish profile used for publishing in Azure WebApp and Azure Functions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-id | Service Principal App ID. | yes | — |
| password | Service Principal Password. | yes | — |
| tenant | Service Principal Tenant ID. | yes | — |
| subscription | Subscription ID. | yes | — |
| app-name | Name of the WebApp or Azure Functions from which to obtain the publishing profile. | yes | — |
| resource-group | Resource group ID | yes | — |
Outputs
| name | description |
|---|---|
| publish-profile | Publishing Profile (XML format) |