microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Why "localdevinstance" in app id url #13

Closed box-turtle closed 5 months ago

box-turtle commented 5 months ago

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?

box-turtle commented 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.

https://github.com/microsoft/Microsoft-Fabric-developer-sample/blob/main/WorkloadDeploymentSetup.md#aad-app-resource-id-format

AAD App Resource Id format

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>

FE and BE domains:

Examples: