Closed box-turtle closed 5 months ago
I see there is some guidance on this in the old private repo, but I didn't see it in the new repo or public docs.
AAD App resource id should comply with the following format:
https://<ISV's tenant verified domain>/<workload frontend server>/<workload backend server>/<workload id>/<optional string>
*.onmicrosoft
subdomains are not permitted in URLs.Examples:
https://datafactory.contoso.com/feserver/beserver/Fabric.WorkloadSample/123
https://feserver.datafactory.contoso.com
https://beserver.datafactory.contoso.com
https://feserver.datafactory.contoso.com/close
The docs make it clear that the magic string "localdevinstance" is required in the app id url for development.
e.g.
api://localdevinstance/853d9f4f-c71b-4420-b6ec-60e503458946/Fabric.WorkloadSample
If you are creating an app registration for a production scenario do you remove that string? Any other string required?
Are you expected to use the same app registration for development and production?