This may be an Azure problem.
But cross posting for your interest.
https://stackoverflow.com/questions/70401899/xaf-blazor-updater-does-not-run-in-azure-to-create-initial-users
Initial Users are not created in XAF Blazor running in Azure
Answers approved by DevExpress Support
Hello Kirsten,
With default-generated code, database updaters are not run automatically in deployed applications. You need to run your Blazor application with the -updateDatabase command to call your Updater.UpdateDatabaseAfterUpdateSchema method. Please refer to the following help topic for additional information: Update an ASP.NET Core Blazor Application.
Let me know whether this is helpful in your case.
Thanks Anatol
That makes sense.
I wound up creating the users by running the app locally with the Azure connection string.
I deleted the stack overflow question. It just got too convoluted… trying too many things.
Hi Kirsten,
Please give us some time to recommend a way to troubleshoot this issue. We will answer as soon as possible.