microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Add ability to view deployment time in Azure output window #4227

Open pierceboggan opened 1 month ago

pierceboggan commented 1 month ago

Today, the Azure output window shows whether a deployment to an Azure Function succeeded or failed, but it does not show the time the deployment operation was completed. This is helpful for comparing deployment runs in logs and ensuring my recent deployment was successful.

image

alexweininger commented 1 month ago

We think this is a great suggestion. cc: @MicroFish91 maybe look into this while you're making updates to the activity log.