Skip to content

Commit bf50afc

Browse files
committed
Fix typo: AppSerivce -> AppService
1 parent 2b324c3 commit bf50afc

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/language-service/text-analytics-for-health/how-to

1 file changed

+1
-1
lines changed

articles/ai-services/language-service/text-analytics-for-health/how-to/use-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Run this PowerShell script using the Azure CLI to create a Web App for Container
128128
```azurecli
129129
$subscription_name = "" # THe name of the subscription you want you resource to be created on.
130130
$resource_group_name = "" # The name of the resource group you want the AppServicePlan
131-
# and AppSerivce to be attached to.
131+
# and AppService to be attached to.
132132
$resources_location = "" # This is the location you wish the AppServicePlan to be deployed to.
133133
# You can use the "az account list-locations -o table" command to
134134
# get the list of available locations and location code names.

0 commit comments

Comments
 (0)