Additional deployment infos in azure portal
nikolaiessel opened this issue · 3 comments
We just migrate projects from DevOps to Github.
When we use this action to deploy our functions, we loosing source informations comparing with DevOps release pipeline.
The reason is, that the _getUpdateHistoryRequest supports custom message content, but callees only deliver a slotName
functions-action/src/appservice-rest/Utilities/KuduServiceUtility.ts
Lines 149 to 165 in d4767f4
The message JSON of this Action is
{
"type": "deployment",
"sha": "...",
"repoName": "...",
"actor": "...",
"slotName": "production"
}
DevOps creates
{
"type": "deployment",
"commitId": "...",
"buildId": "...",
"releaseId": "...",
"buildNumber": "...",
"releaseName": "...",
"repoProvider": "TfsGit",
"repoName": "...",
"collectionUrl": "https://dev.azure.com/...",
"teamProject": "...",
"buildProjectUrl": "https://dev.azure.com/...",
"repositoryUrl": "",
"branch": "main",
"teamProjectName": "...",
"slotName": "production"
}
Maybe the azure portal will display the informations too, if GitHub Action delivers it
This issue is idle because it has been open for 14 days with no activity.
yeah, idle because no maintainer had time to look into it. All that "bots" aren´t "user-friendly" (in all issue-tracking systems)
This issue is idle because it has been open for 14 days with no activity.