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

WorkLoad Validation Error in fabric #18

Closed tushar586 closed 4 months ago

tushar586 commented 5 months ago

I have enabled both "Fabric Developer Mode" and "Capacity Admin Can Develop Additional Workloads." However, the workload icon does not appear on the Fabric screen, and an error message is displayed.

Screenshot 2024-06-20 135708

When i am uploading a sample workload getting error

Screenshot 2024-06-20 141447

anitamayorov commented 5 months ago

Hi @tushar586,

The 'validation error' you see means you have an error with one of your XMLs or Json files that define your Workload, Product and Items. You can see in console logs for developer scenario + Upload request's response in network traces for test scenario: In those you will be able to see more detailed info regarding the specific parameters causing the error.

Furthermore, you can look at the XSD files + schema.json files in our Sample repository to understand the expected structure.