Pamela Fox

Results 695 comments of Pamela Fox
trafficstars

Thanks for reporting this and sorry for the confusion. The AuthorizationFailed on Microsoft.Resources/deployments/.../operationStatuses/read occurs because azd performs subscription-scoped deployments and polling, which require subscription-level permissions. We’ve updated the README to...

@Thomasbjerke Can you look through the server logs and find the corresponding error that happens on the server? The user-facing errors don't bubble up the server error, for security reasons,...

Working on azd pipeline config! Forgot about that.

Are you asking how to call your RAG app from AWS? If so, you can set up CORS: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#enabling-cors-for-an-alternate-frontend And then you can make calls to /chat or /chat/stream The...

The repo has full support for private endpoints on both Container Apps and App Service now, so am closing this issue, as I tested the setup this week. Please open...

@Kelares Hm, it seems like a network error? #6 50.47 Err:1 http://deb.debian.org/debian bullseye InRelease #6 50.47 Temporary failure resolving 'deb.debian.org' #6 55.46 Err:2 https://dl.yarnpkg.com/debian stable InRelease #6 55.46 Temporary failure...

You could also try the tips here: https://stackoverflow.com/questions/61567404/docker-temporary-failure-resolving-deb-debian-org

We now have remoteBuild: true in azure.yaml, so Docker doesn't need to run on your own machine. That should resolve this issue as well.