Fabric.Workload.DevGateway Initialization failed #46
-
Hi, When following the Tutorial 'Back-end implementation guide' I got stuck at step 10, running the DevGateway application. The error I get is as follows:
The error message mentions InvalidParameter and ResourceId, I triplechecked ResourceId in the configuration files but looks like it is correct ( api://localdevinstance/{tenantid}/Fabric.WorkloadSample with {tenantid} replaced ). Any idea in what else could be wrong or is there another problem here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
They made a change so that the original instructions about creating the workload name (eg Fabric.WorkloadSample) are incorrect now - the workload name in the non-prod environments must follow the pattern |
Beta Was this translation helpful? Give feedback.
-
PS C:\DevGateway\net6.0> .\Microsoft.Fabric.Workload.DevGateway.exe I double checked my resource URI (not sure why it shows it is not valid for dev mode) api://localdevinstance//Org.TestWorkload I'm still seeing this issue. can anyone help?? |
Beta Was this translation helpful? Give feedback.
They made a change so that the original instructions about creating the workload name (eg Fabric.WorkloadSample) are incorrect now - the workload name in the non-prod environments must follow the pattern
Org.<your org name>
instead ofFabric.<your org name>