SUBSCRIPTION_KEY=<subscription-key>
APIM_URL=https://<apim-name>.azure-api.net/orders
# Direct to Container App Ingress URL
URL=$NODEAPP_INGRESS_URL/neworder k6 run k6-script.js
# With APIM URL and rate limit policy
SUBSCRIPTION_KEY=$SUBSCRIPTION_KEY URL=APIM_URL/neworder k6 run k6-script.js