Pamela Fox

Results 157 issues of Pamela Fox

## Issue Description This repository is missing an `AGENTS.md` file at the root. That file is used to **onboard a coding agent (like GitHub Copilot's automation agents)** so it can...

## Issue Description This repository is missing an `AGENTS.md` file at the root. That file is used to **onboard a coding agent (like GitHub Copilot's automation agents)** so it can...

The new GA version of Azure OpenAI does *not* use deployments in the URL (its just /openai/v1), and the latest version of official OpenAI() constructor accepts a callable for the...

As of azd version 1.17.0, the `pipeline:` `variables:` section in `azure.yaml` is no longer needed. The Azure Developer CLI will auto-detect the needed variables from `main.parameters.json`. Please update this repository's...

## Issue Description The azd deployment workflow file contains a conditional Azure login step that should be simplified. ## Current Problem The workflow currently has a conditional login step using:...

## Issue Description This repository contains outdated Bicep syntax in `infra/core/host/container-apps.bicep`. ## Current Code ```bicep scope: !empty(containerRegistryResourceGroupName) ? resourceGroup(containerRegistryResourceGroupName) : resourceGroup() ``` ## Recommended Fix Replace the current syntax with:...