Pamela Fox

Results 176 issues of Pamela Fox

I spent several hours today sifting through issues in starlette to figure out how to get url_for() generating correct or relative paths. To help other developers, I've written my takeaways...

docs
p3

A pip-install of rouge-score results in this message: ``` DEPRECATION: rouge-score is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel'...

Fixes typo, cerfile -> certfile

Per https://learn.microsoft.com/en-us/azure/azure-monitor/app/codeless-app-service?tabs=python#automate-monitoring , an additional environment variable is required for application monitoring in App Service. I'm adding the same var to azure-search-openai-demo in this PR: https://github.com/Azure-Samples/azure-search-openai-demo/pull/2083/files And testing the deploy...

This is about this sample: https://github.com/Azure-Samples/todo-python-mongo-swa-func I am attempting to run the Azure function in a Github codespace, _before_ deploying it. **Describe the bug** This isn't a bug, but a...

documentation
templates

We currently have many templates that need access to azd environment variables to be able to run either hooks, scripts, or local dev server. There are two ways that templates...

feature
hooks

## Purpose Fixes #2023 per documentation @ https://learn.microsoft.com/en-us/azure/azure-monitor/app/codeless-app-service?tabs=python#automate-monitoring How it looks in Portal before deployed: ![Screenshot 2024-10-25 at 3 45 44 PM](https://github.com/user-attachments/assets/cf7754e2-baa8-4198-8a70-6a9862631f3b) How it looks in Portal once deployed: ![Screenshot...

## Purpose Fixes #2085 The AZURE_SPEECH_SERVICE_VOICE was not properly wired up and was referenced with two different names. This PR wires it up to work for deployment and CI/CD. ##...

## Purpose Related to #1484, fixes one comment in it. Customers are getting emails that the gpt-4o model version will be deprecated soon. This PR updates it to the latest,...

## Purpose Fixes #2090 This PR updates the API version to the latest GA release. We are not using any preview features, to the best of my knowledge, and I...