Matt Ellis

Results 26 issues of Matt Ellis

When deploying to a host that requires a container image, if the `language` of a project was `dotnet` we required the use of Docker to both build and push the...

In addition to the `IsAspireHost` property we will now look at the project capabilities to see if an `Aspire` capability is listed and if treat the project as an AppHost...

This change teaches `azd` how to login using a service connection for an OIDC like experience when running in Azure Pipelines using service connections and then updates our pipelines to...

Today to detect if a .NET Project is an Aspire project or not we use the `--getProperty` flag of `msbuild` to check to see if `IsAspireHost` is set by the...

enhancement

Historically we used a client id and client secret pair to authenticate (for both `azd` itself and other tools it calls, like `terraform`) in CI. This worked, but the downside...

engineering item