Skip to content
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

Open
jerryshia opened this issue Oct 12, 2024 · 3 comments
Open

Run azd up occurs error in the progress #17

jerryshia opened this issue Oct 12, 2024 · 3 comments

Comments

@jerryshia
Copy link

jerryshia commented Oct 12, 2024

Describe the issue:
When running azd up, the following error occurs:

image

and the final result of running azd up shows no errors.
image

Repro Steps:

  1. Run azd init -t Azure-Functions-OpenAI-Demo.
  2. Run azd auth login.
  3. Run set-executionpolicy remotesigned.
  4. Run azd up.

Environment:

  • azd version 1.10.2 (commit 84ea22048b9a1c167bc4ae2095cc7f91798ef11e)
  • OS: Windows

Expected behavior:
Running azd up shows no errors during the process.

@hemarina and @BigMorty for notification.

@v-xuto
Copy link

v-xuto commented Oct 21, 2024

@eamonoreilly Please review this issue.

@eamonoreilly
Copy link
Contributor

@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

@Menghua1
Copy link
Member

Menghua1 commented Oct 25, 2024

@eamonoreilly We are using .NET 8. After investigation, we found that it was because of the version of Azure Functions Core Tools. Our previous version was 4.0.5455. After updating to the latest version 4.0.6543, this issue can no longer be reproduced, but we encountered a new issue as follows:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants