You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just spent a couple of days working through this before realising that it was never going to work. Some issues, in no order:
The readme says you need a VM or App Service running in Azure but doesn't tell you how to run the API server or the daemon in those environments
If you don't run the client in an Azure environment it cannot be given a managed identity.
If you run the client in an Azure environment, it's unlikely you'll be able to use localhost to reach the API server, so documentation on how to set that correctly would be helpful
'Expose an API' doesn't have a 'Set' button in the Azure Portal
If you add the 'app role' verbatim in the manifest there's an error because lang is null. Removing it entirely works fine
The instructions for granting the managed ID permissions on the app role could have inlined the relevant PowerShell from the linked documentation (and the changes required) - and made explicit that this operation is not possible in the portal (unless I'm mistaken?)
The docs don't say that you need to update the Scopes key in the console app config with the API server GUID
Hello there!
I just spent a couple of days working through this before realising that it was never going to work. Some issues, in no order:
localhost
to reach the API server, so documentation on how to set that correctly would be helpfullang
isnull
. Removing it entirely works fineScopes
key in the console app config with the API server GUIDThe text was updated successfully, but these errors were encountered: