Skip to content

Commit ede84e5

Browse files
authored
Update custom-preset-cli-howto.md
1 parent 50a0787 commit ede84e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/latest/custom-preset-cli-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ We are going to save this transform in a file. In this example, we name the file
133133

134134
## Create a new transform
135135

136-
In this example, we create a **Transform** that is based on the custom preset we defined earlier. When creating a Transform, you should first check if a Transform with a desired name and "recipe" already exist. If it does, reuse it. The following `show` command returns the `customTransformName` transform if it exists:
136+
In this example, we create a **Transform** that is based on the custom preset we defined earlier. When creating a Transform, you should first check if one already exist. If it does, reuse it. The following `show` command returns the `customTransformName` transform if it exists:
137137

138138
```cli
139139
az ams transform show -a amsaccount -g amsResourceGroup -n customTransformName

0 commit comments

Comments
 (0)