Wei Lim
Wei Lim
@ellismg @wbreza @vhvb1989 would love any feedback you have here on the integration points with `azd`. (in main.go, builder.go and under cmd). I have some open comments on the PR....
@jdubois Do you know if the Maven plugin vs Gradle is more popular amongst Java developers for package/deploy? We'll might end up supporting both if the userbase is big enough,...
For comparison purposes, I've started looking at how [az cli telemetry](https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-telemetry/azure/cli/telemetry/__init__.py) and [dotnet cli telemetry](https://github.com/dotnet/sdk/blob/main/src/Cli/dotnet/Telemetry/Telemetry.cs#L137) works. They both have similarities: - Telemetry items are persisted to disk as they are...
Based on all the points above, I think long-term `azd` should similarly have telemetry items persisted to disk and have an uploader that runs in the background. As far as...
As a short-term solution, we could also perform synchronous upload for long running operations like `azd deploy` and `azd provision`, since the telemetry latency would be a rounding error on...
> Based on all the points above, I think long-term `azd` should similarly have telemetry items persisted to disk and have an uploader that runs in the background. > >...
Draft of end-to-end changes: #483
Ended up fixing #513 since it came up in review comments.
Once we measure timing and telemetry events, we can easily update any "final progress" output to include the timing if necessary. This will be explored later on.
Hi @zzhxiaofeng can you share: 1. The repository you cloned the template into 2. The build pipeline that has the failure The issue is likely that the `mvnw` script doesn't...