Shilei Liu
Shilei Liu
Hi experts, could anyone share the latest updates on this project please? My team is waiting for the official version of instrumentation libraries to unblock roll out to production. Thanks!
What confuses me is that sometimes they throw exception of parameter mismatch but sometimes everything seems to be absolutely normal and the job gets done smoothly (very rare situation though)....
Found the code in tenant part seems okay (`var response = await _tenantsCostManagementViewsViewsRestClient.CreateOrUpdateAsync(Id.Name, data, cancellationToken).ConfigureAwait(false); `, so maybe a simple fix PR to replace `Id` to `Id.Name` will work.
Hi @jviau and Azure Function team, is there any updates on this one or somewhere to track the process? Last time @RohitRanjanMS mentioned that its Public Preview is expected in...
Hi @jviau, @RohitRanjanMS and other Azure Function experts, two questions for supporting trace export in Azure Function hosting side that mentioned in the proposal graph: 1. A naive one: we...