Skip to content

Commit aa53b38

Browse files
committed
Typos
1 parent 717c2ac commit aa53b38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ az iot ops broker authn apply --resource-group <ResourceGroupName> --instance <A
883883

884884
The `--config-file` parameter is the path and file name of a JSON configuration file containing the resource properties.
885885

886-
In this example, assume a configuration file named `my-authn-policy.json` with an Kubernetes SAT method is stored in the user's home directory:
886+
In this example, assume a configuration file named `my-authn-policy.json` with a Kubernetes SAT method is stored in the user's home directory:
887887

888888
```json
889889
{
@@ -900,7 +900,7 @@ In this example, assume a configuration file named `my-authn-policy.json` with a
900900
}
901901
```
902902

903-
An example command to create a new authentication policy named `my-policy` with an Kubernetes SAT method is as follows:
903+
An example command to create a new authentication policy named `my-policy` with a Kubernetes SAT method is as follows:
904904

905905
```azurecli
906906
az iot ops broker authn apply --resource-group myResourceGroupName --instance myAioInstanceName --broker default --name my-policy --config-file ~/my-authn-policy.json
@@ -1046,7 +1046,7 @@ az iot ops broker authn apply --resource-group <ResourceGroupName> --instance <A
10461046

10471047
The `--config-file` parameter is the path and file name of a JSON configuration file containing the resource properties.
10481048

1049-
In this example, assume a configuration file named `my-authn-policy.json` with an custom method is stored in the user's home directory:
1049+
In this example, assume a configuration file named `my-authn-policy.json` with a custom method is stored in the user's home directory:
10501050

10511051
```json
10521052
{
@@ -1078,7 +1078,7 @@ In this example, assume a configuration file named `my-authn-policy.json` with a
10781078
}
10791079
```
10801080

1081-
An example command to create a new authentication policy named `my-policy` with an Kubernetes SAT method is as follows:
1081+
An example command to create a new authentication policy named `my-policy` with a Kubernetes SAT method is as follows:
10821082

10831083
```azurecli
10841084
az iot ops broker authn apply --resource-group myResourceGroupName --instance myAioInstanceName --broker default --name my-policy --config-file ~/my-authn-policy.json

0 commit comments

Comments
 (0)