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.
2 parents 5b10010 + bf50afc commit 865282eCopy full SHA for 865282e
articles/ai-services/language-service/text-analytics-for-health/how-to/use-containers.md
@@ -128,7 +128,7 @@ Run this PowerShell script using the Azure CLI to create a Web App for Container
128
```azurecli
129
$subscription_name = "" # THe name of the subscription you want you resource to be created on.
130
$resource_group_name = "" # The name of the resource group you want the AppServicePlan
131
- # and AppSerivce to be attached to.
+ # and AppService to be attached to.
132
$resources_location = "" # This is the location you wish the AppServicePlan to be deployed to.
133
# You can use the "az account list-locations -o table" command to
134
# get the list of available locations and location code names.
0 commit comments