-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run azd up
occurs error in the progress
#17
Comments
@eamonoreilly Please review this issue. |
@jerryshia What version of .NET do you have installed? It seems you might not have .NET 8 and it is using .NET 6 and trying to update the app to support this but Flex consumption only supports .NET 8. You can run dotnet --version to check and get .NET 8 from https://dotnet.microsoft.com/en-us/download/dotnet/8.0 if needed. If that is not the issue, I may need ask for additional information. Thanks |
@eamonoreilly We are using |
Describe the issue:
When running
azd up
, the following error occurs:and the final result of running
azd up
shows no errors.Repro Steps:
azd init -t Azure-Functions-OpenAI-Demo
.azd auth login
.set-executionpolicy remotesigned
.azd up
.Environment:
Expected behavior:
Running
azd up
shows no errors during the process.@hemarina and @BigMorty for notification.
The text was updated successfully, but these errors were encountered: