You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/quickstart-scaling.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,10 +264,10 @@ For more information, see [az containerapp logs](/cli/azure/containerapp/logs).
264
264
Open a new bash shell using Windows Subsystem for Linux or a Linux virtual machine. Run the following command, replacing `<YOUR_CONTAINER_APP_FQDN>` with the fully qualified domain name for your container app that you saved from the [Create and deploy the container app](#create-and-deploy-the-container-app) section.
This command sends 20 concurrent requests to the `/albums` endpoint of your container app.
270
+
This command sends 20 concurrent requests to your container app.
271
271
272
272
-`seq 1 20` generates a sequence from one to 20.
273
273
- The pipe operator `|` sends this sequence to the `xargs` command.
@@ -285,7 +285,7 @@ For more information, see the documentation for:
285
285
Open a new command prompt and enter PowerShell. Run the following commands, replacing `<YOUR_CONTAINER_APP_FQDN>` with the fully qualified domain name for your container app that you saved from the [Create and deploy the container app](#create-and-deploy-the-container-app) section.
0 commit comments