Chris Harris

Results 15 comments of Chris Harris

``` > az --version azure-cli 2.40.0 core 2.40.0 telemetry 1.0.8 Extensions: connectedk8s 1.3.3 containerapp 0.3.11 customlocation 0.1.3 k8s-extension 1.3.4 rdbms-connect 1.0.3 Dependencies: msal 1.18.0b1 azure-mgmt-resource 21.1.0b1 Python location 'C:\Program Files...

This is a great idea and if effective and reliable will save quite a bit of effort - especially for apps that are running in VNETs, which can be hard...

I've been continuing to work on this and realized that the AZURE_OPENAI_RESOURCE env var is set for both the Function and the Admin website. I was changing it on the...

Adding some recommendations here because I just hit the same issue - same as @pamelafox originally reported with `InternalServerError` and nothing useful. My recommendations: 1. Provide a link to the...

> I have now tried to deploy this with the private endpoint option in GitHub Codespaces, determining the IP address with `hostname -I | awk '{print $1}'`. > > So...