Wallace Breza
Wallace Breza
When using the `azd` devcontainer feature we support `latest` but it doesn't appear that old versions are available. **devcontainer.json** ```json { "name": "Azure Developer CLI", "image": "mcr.microsoft.com/devcontainers/javascript-node:18-bullseye", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2":...
Pre/Post build hooks already exist but are missing from schema definition. This enables more discoverability for scenarios where users need to perform an action after restoring but before package. One...
- [x] Adds new `automatic` setting - when set will use AKS Automatic SKU - [x] Updates AKS template to fix issues from `VITE` integration
This update moves away from manually reading Azure deployment outputs to leveraging the Outputs API directly from the ADE team. This enables a seamless outputs experience across their supported runners...
Today there isn't any public documentation for AZD template sources. - Adds docs for the expected template source schema - Add examples for adding/removing template sources - Add special notes...
Today our documentation is limited when it comes down to converting your own application to be azd compatible. Current Docs: - [Make your project azd-compatible](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/make-azd-compatible) - [Manage Environment Variables](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/manage-environment-variables) We...
Resolves #3236, #3239 Adds support to configure multiple containers within either ACA/AKS service targets and deploy them as an atomic unit. Implementation is based on [this gist](https://gist.github.com/wbreza/67fdc3054025311fdf147f303f04dc4e) ## Use Case:...
Adds an `EnvironmentMiddleware` component that will validate and create azd environment as needed. - [x] Removes interactive flow from environment container registration - [x] Adds interactive environment registration to middleware...
Removes the login guard from action input parameters and moves to a middleware that runs conditionally based on action descriptor options.
This PR adds a new function `CollectData()` to the provisioning provider interface. The goal here is to separate the provisioning provider initialization from other aspects of data collection for the...