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
Open Command Prompt, run the following commands to create and build an Aspire application
dotnet new aspire-starter --use-redis-cache -o aspirestarter
cd aspirestarter
dotnet build
Runing 'azd init', select 'Use code in the current directory' > Confirm and continue initializing my app > select 'apiservice' and 'webfrontend', type a new environment name, press enter
ACTUAL
ERROR: configuring ingress for resource cache: binding for does not specify a container port, ensure WithServiceBinding for this resource specifies a hostPort value
EXPECTED
'azd init' can be run successfully.
The text was updated successfully, but these errors were encountered:
@rajeshkamal5050@vhvb1989 I tried using this script to get the latest azd to verify this fix. The script is installing version 1.8.0-beta.1-daily.3649348, which was the same version of azd when we opened this issue. Is there a newer version of azd available and how can I get it? Thanks!
REGRESSION INFO: Not repro on Aspire 8.0 preview 4
INSTALL STEPS
REPRO STEPS
ACTUAL
ERROR: configuring ingress for resource cache: binding for does not specify a container port, ensure WithServiceBinding for this resource specifies a hostPort value
EXPECTED
'azd init' can be run successfully.
The text was updated successfully, but these errors were encountered: