azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - co...

Results 559 azure-dev issues
Sort by recently updated
recently updated
newest added

Sorry in advance - this PR is huge and touches many areas of the CLI. Refactors commands to use new provision provider. - [x] Moves more components into go context...

terraform

In `azd` there is no verb to delete application deployment while leaving infrastructure bits in place. This useful operation is missing, and it leaves our set of verbs unbalanced: -...

pm
cli
spec

This PR restructure the template infra folders contents into their corresponding tool sub folder to support multiple IaC tools. The changes in this pr are: - Moves common Bicep files...

terraform

Our current CI pipeline uses `go test -v` which prints test execution as you'd expect it -- in a sequential, verbose logging format of everything that happened. This has some...

engsys
test automation

- Repoman should have a ReWrite Rules section to allow for an explicit definition of path rewrite rules in repo.yaml instead of relying on asset rules mapping directly to source...

help wanted
engsys
codespaces
feature
epic

Leverage the [VS Code - CodeTour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) to orient developers to the template when they are using VS Code.

documentation
help wanted
ide
templates

Right now, `azd monitor` opens Live Metrics. Let's change this to the Dashboard view instead (we have a known issue around Live Metrics and Python that we are working to...

cli

Add uploader that reads the telemetry storage queue and uploads telemetry. Also includes some surrounding functionality so that we can test the full telemetry pipeline. Fixes #458 The telemetry pipeline...