dylan-smith/Azure Web App Deployment
Deploys a web application to an Azure App Service
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ConnectionType | Service connection type to use to deploy the Web App. PublishProfile for using Visual Studio created Publish profile, otherwise enter AzureRM | yes | AzureRM |
| WebAppName | App Service Name (Only relevant when connection-type is set to AzureRM | no | — |
| ConnectedServiceName | This needs to be replaced with credentials | no | — |
| Package | File path to the package or a folder containing app service contents generated by MSBuild or a compressed zip or war file | no | **/*.zip |
Outputs
| name | description |
|---|---|
| app-service-url | Application URL of the selected App Service. |