Pamela Fox

Results 695 comments of Pamela Fox
trafficstars

Hm, I thought I'd played with this, and that setting this to an int forces the seed to be a non-null value, but I'll check out your branch and see...

Did you also change azure.yaml to deploy to app service?

I did replicate this issue with container apps deployment, by the way. It's related to a known issue with Bicep for container apps. I'm trying to see if there's a...

As you observe, containerapps is a much faster deployment, which is why we now default to it. The disadvantages of ACA: * Container apps only just added private endpoint support,...

I have yet to come up with a good workaround for container apps with no analytics, am discussing with some teams.

@solrac149 Adding a note here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/2300 Please comment if you have suggested wording improvements. The Log Analytics costs is $0.00 for my test apps, so it should be very low...

You should only modify the files in the frontend folder, and the Dockerfile will then compile those files and update the static folder. See the Dockerfile here: https://github.com/Azure-Samples/aisearch-openai-rag-audio/blob/main/app/Dockerfile

Sorry, can you clarify what you mean by "track user data"? You're wondering how to update a CSV every time the authentication decorators are called? (There's a separate issue about...

Let me make sure I understand your scenario. You have users that are uploading so many documents to their personal index that they need categories for them? And then the...

You're right, we somehow lost that part of the instruction. I can make a PR for it, although you're welcome to make it as well. Unfortunately, I currently only run...