Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 364 Bytes

File metadata and controls

13 lines (10 loc) · 364 Bytes

APIM import of container app

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