microsoft / microsoft/aspire

[WebToolsE2E][Aspire] After successfully publishing an Aspire project, the Container app Start time doesn't match the current time after restarting the project in the 'Aspire Dashboard'

Open
#5,308 4 comments 0 reactions 1 assignee Claimed by @snehapar9 View on GitHub
area-azure-aca azure-container-apps
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
2. Install SDK 8.0.400
3. Install Aspire 8.1.0
4. Install latest released azd v1.9.6
5. Install git v2.46.0

**REPRO STEPS**
1. Open CMD, run following command to create an Aspire Starter App project and deploy it
```
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
azd init
azd up
```
2. After successful deployment, open the deployed "Aspire Dashboard" URL
![Screenshot 2024-08-15 153624](https://github.com/user-attachments/assets/48e7858e-71ec-40fb-b5a4-8c6a7c7e6a01)
3. In the Aspire dashboard resources, remember the Container app Start time, then Restart 'apiservice' under Commands

**Note:**
1. After refreshing the page, the Container app Start time matches the current time

**ACTUAL**
During the restart process, the Start time matches the current time. After the restart is complete, the Container app Start time doesn't match the current time
![Time](https://github.com/user-attachments/assets/88f01685-3ef0-4313-981c-baa174e0d0cd)

**EXPECTED**
The Container app Start time matches the current time after the project restart is complete

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.