Azure / webapps-deploy

Enable GitHub developers to deploy to Azure WebApps using GitHub Actions
MIT License
267 stars 193 forks source link

Output on the action the Deployment ID #439

Open bradyclifford opened 1 week ago

bradyclifford commented 1 week ago

Output deployment ID on action.

GitHub doesn't have a deployment board. Pulling deployments from the Azure App Service's is a great way to generate a visual deployment board that ties the GitHub deployment workflow to the App Service Deployment logs.

But to do this, we need to know what deployment ID was used to perform the deployment.

Its a value already available. Just needs to be outputted on the action.

Resolve #440

bradyclifford commented 1 week ago

@microsoft-github-policy-service agree

@microsoft-github-policy-service agree

bradyclifford commented 1 week ago

Looks like my VS Code altered some of the lines. Let me know if you want me to revert that.