actions-marketplace-validations/Azure App Service Publish Profile
Retrieve or reset the publish profile of Azure Web App or Functions App in XML format
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 27, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/aliencube_publish-profile-actions@4d5b2c9b40e6a754c8b54f30045772bebc98ccba # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| resourceGroupName | Resource group name. | yes | — |
| appName | App instance name. | yes | — |
| reset | Value indicating whether to reset the publish profile or not. | no | false |
| subscriptionId | Optionally provide the Azure Subscription Id to select the appropriate Azure Subscription where the App instance resides. | no | "" |
Outputs
| name | description |
|---|---|
| profile | Publish profile in XML. |