Describe the issue:
When running azd deploy in the aspire-with-javascript sample, the deployment of the weatherapi service failed. The detailed information is as follows:

Repro Steps:
- Run
git clone https://github.com/dotnet/aspire-samples.git.
- Run
azd auth login.
- Run
cd samples/aspire-with-javascript.
- Run
azd init.
- Run
azd up.
Environment:
- Samples: aspire-with-javascript.
- Azd version: azd version 1.22.0-beta.1-daily.5607396 (commit 42e1af10cb82de9542055e5662d69eb79bae37d9).
- Branch: Main.
- Dotnet version: 10.0.100.
Expected behavior:
azd deploy can be successfully run for samples aspire-with-javascript
@rajeshkamal5050 for notification.
Describe the issue:

When running
azd deployin theaspire-with-javascriptsample, the deployment of theweatherapiservice failed. The detailed information is as follows:Repro Steps:
git clone https://github.com/dotnet/aspire-samples.git.azd auth login.cd samples/aspire-with-javascript.azd init.azd up.Environment:
Expected behavior:
azd deploycan be successfully run for samplesaspire-with-javascript@rajeshkamal5050 for notification.