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

.NET 5 runtime stack no longer available for Azure Web Apps #41

Open
EgorEmeliyanov opened this issue Aug 5, 2022 · 1 comment
Open

Comments

@EgorEmeliyanov
Copy link

Re: https://github.com/ironmansoftware/universal-docs/blob/master/config/hosting/azure.md#manually-creating-a-web-app

It appears that .NET 5 is no longer a thing in Azure App Services. I tested it on two tenants -- both have only 6, 7, Core 3.1, 4.8 and 3.5. Same with "az webapp list-runtimes". Version 3 is updated to .NET 6, so it's not big deal -- just outdated documentation.

@EgorEmeliyanov
Copy link
Author

Also, it's probably worth mentioning in the same section when talking about updating default paths in appsettings.json that backslashes need to be screened with another backslash (\). If you copy the recommended value from the documentation, JSON won't be parsed.

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

1 participant