Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 780 Bytes

File metadata and controls

25 lines (15 loc) · 780 Bytes

Scenario 3: Azure API Management - Gen AI Backend [Bicep]

This is the Bicep-based deployment guide for Scenario 3: Azure API Management - Gen AI Backend.

Prerequisites

This scenario requires the completion of the Azure API Management - Secure Baseline scenario.

Steps

Run the following command to deploy the scenarios

./scripts/bicep/deploy-workload-genai.sh

Test the hello api using hte generated command from the output

Troubleshooting

If you see the message -bash: ./deploy-workload-genai.sh: /bin/bash^M: bad interpreter: No such file or directory when running the script, you can fix this by running the following command:

 sed -i -e 's/\r$//' deploy-workload-genai.sh