Replies: 1 comment 1 reply
-
Please make similar case study for other extensions. The update function on azure destroys the site? Is that still the case? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have many Oqtane deployments on Microsoft Azure... so I just want to share some of my experiences from this past week...
When using Static Server Rendering with Oqtane 5.1 you need to run it on the latest .NET SDK / Hosting Bundle (ie. 8.0.3 or 8.0.4). If you run it on an older SDK / Hosting Bundle you will sometimes encounter strange run-time behavior with Blazor.
By default an Azure App Service is currently running the 8.0.1 SDK (which has some known Blazor issues when used with Oqtane). You can determine the version of the SDK you are running by using Kudu in the Development Tools / Advanced Tools:
Choose CMD from the Debug console menu and enter dotnet --info
Beta Was this translation helpful? Give feedback.
All reactions