We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f95de3 commit 595f582Copy full SHA for 595f582
scenarios/DeployLLMWithTorchserveOnAKS/deploy-llm-with-torchserve-on-aks.md
@@ -27,8 +27,8 @@ Create a resource group with the `az group create` command.
27
```bash
28
export RANDOM_ID="$(openssl rand -hex 3)"
29
export RESOURCE_GROUP="LLMResourceGroup$RANDOM_ID"
30
-export LOCATION="westus2"
31
-az group create --name $RESOURCE_GROUP --location $LOCATION
+export REGION="westus2"
+az group create --name $RESOURCE_GROUP --location $REGION
32
```
33
34
Results:
0 commit comments