Skip to content

Commit 595f582

Browse files
author
naman-msft
committed
updated docs;
1 parent 3f95de3 commit 595f582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scenarios/DeployLLMWithTorchserveOnAKS/deploy-llm-with-torchserve-on-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Create a resource group with the `az group create` command.
2727
```bash
2828
export RANDOM_ID="$(openssl rand -hex 3)"
2929
export RESOURCE_GROUP="LLMResourceGroup$RANDOM_ID"
30-
export LOCATION="westus2"
31-
az group create --name $RESOURCE_GROUP --location $LOCATION
30+
export REGION="westus2"
31+
az group create --name $RESOURCE_GROUP --location $REGION
3232
```
3333

3434
Results:

0 commit comments

Comments
 (0)