You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install VS 17.10 Preview 1 [latest build, includes Aspire 8.0.0-preview.3.24105.21 ]
Install Docker Desktop for Windows
Install azd [1.6.1]
Install Node.js
REPRO STEPS
Clone aspire-samples repo from main branch
Open samples\AspireWithNode.sln
Build
Right-click solution > Open Folder in File Explorer. In the opened folder, click any place > Open in Terminal
Runing 'azd init', select 'Use code in the current directory' > Confirm and continue initializing my app > select frontend as deployment service > type a new environment name, press enter
INSTALL STEPS
REPRO STEPS
ACTUAL:
ERROR: failed packaging service 'frontend': failing invoking action 'package', parsing source container image: empty image URL provided
ERROR: error executing step command 'deploy --all': failed packaging service 'frontend': failing invoking action 'package', parsing source container image: empty image URL provided
Note
EXPECTED
Running 'azd up' successfully.
The text was updated successfully, but these errors were encountered: