uploading files to azure datalake gen2 blob storage.Getting throttling issue while uploading with 2000 files. while doing Parallel.ForEach(zzz.Items, (Item) => {
DataLakeFileClient fileClient = directoryClient.CreateFile(xxxx + ".json");
});
So iam getting below issue
One or more errors occurred. (Service request failed. Status: 429 (Too Many Requests) Content: {"type":"https://xxx/errors/too-many-requests","title":"Resource utilization has surpassed the assigned quota","policy":"Total Requests","status":429}
