microsoft / azure-openai-service-proxy

The Azure AI proxy service facilitates easy access to Azure AI resources for workshops and hackathons. It offers a Playground-like interface and supports Azure AI SDKs. Access is granted through a time-limited API key and endpoint.
https://microsoft.github.io/azure-openai-service-proxy/
MIT License
58 stars 34 forks source link

Adding extra info about a firewall rule #300

Closed rajbos closed 3 months ago

rajbos commented 3 months ago

This pull request includes a significant update to the docs/docs/faq.md file. The update adds a new FAQ entry that details a potential issue during the first deployment with azd up, where the PostgreSQL server gets locked down to the virtual network. The solution provided involves adding the deploying IP address to the server's firewall rules.

Here are the key changes:

gloveboxes commented 3 months ago

@rajbos I've moved your trouble shooting notes to the deployment.md trouble shooting section. That PR should be merged tomorrow. Thanks again, cheers Dave