The pre-requsite powershell script cannot register the app using azurewebsites.net domain and keeps fauling with the error, "HostNameNotOnVerifiedDomain".
this article explains why the azurewebsites.net domain can nolonger be used to register new app uri's since the 15-Oct-2021. See https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-breaking-changes#appid-uri-in-single-tenant-applications-will-require-use-of-default-scheme-or-verified-domains
The poweshell script succeeds by editing create_aad_script-1.2.12.ps1 to replace azurewebsites.net with a valid AAD domain.
Running the farmbeats install specifying a valid AAD domain app uri (as above) fails after 30mins because the install requests azurewebsites.net domain even though the a valid AAD domain registered app uri is specified.
it appears that the farmbeats install is hard coded to use the azurewebsites.net domain irrespective of the registered apps uri domain specified during the install.
thus, the install will only succeed if the registered app uri uses the azurewebsites.net uri which cannot work since 15-Oct-2021.
We need solution on this problem as soon as possible.
or upvote
which might help other community members reading this thread.