This is the Bicep-based deployment guide for Scenario 3: Azure API Management - Gen AI Backend.
This scenario requires the completion of the Azure API Management - Secure Baseline scenario.
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
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