dotnet / aspire-samples

MIT License
642 stars 186 forks source link

Fail to run `azd up` for sample `ContainerBuild` #452

Open Menghua1 opened 1 month ago

Menghua1 commented 1 month ago

Describe the issue: For ContainerBuild sample, run the azd up command failed and the error message is as follows: image

Repro Steps:

  1. Clone code.
  2. Run command cd samples/AspireWithPython.
  3. Run command azd init.
  4. Run command azd up.

Environment:

Expected behavior: azd up command can be executed successfully.

@rajeshkamal5050, @vhvb1989 for notification.

Menghua1 commented 5 days ago

@rajeshkamal5050, @vhvb1989 In the latest round of azd manual testing, this issue still exists.