Azure / apim-landing-zone-accelerator

The Azure API Management landing zone accelerator provides an architectural approach and reference implementation to prepare landing zone subscriptions for a secure API Management infrastructure.
https://aka.ms/apim-lza
MIT License
150 stars 153 forks source link

adding genai policies along with the bicep scripts to provision them #109

Closed prasann closed 6 months ago

prasann commented 6 months ago

this PR resolves #107

contains:

Screenshot 2024-05-09 at 8 45 09 PM Screenshot 2024-05-09 at 8 45 17 PM Screenshot 2024-05-09 at 8 45 28 PM

caveat currently need to add these additional env variables.

PTU_DEPLOYMENT_1_BASE_URL=''
PTU_DEPLOYMENT_1_API_KEY=''
PAYG_DEPLOYMENT_1_BASE_URL=''
PAYG_DEPLOYMENT_1_API_KEY=''
PAYG_DEPLOYMENT_2_BASE_URL=''
PAYG_DEPLOYMENT_2_API_KEY=''

this will be resolved and integrated as part of #108