@@ -883,7 +883,7 @@ az iot ops broker authn apply --resource-group <ResourceGroupName> --instance <A
883
883
884
884
The `--config-file` parameter is the path and file name of a JSON configuration file containing the resource properties.
885
885
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 :
887
887
888
888
` ` ` json
889
889
{
@@ -900,7 +900,7 @@ In this example, assume a configuration file named `my-authn-policy.json` with a
900
900
}
901
901
` ` `
902
902
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 :
904
904
905
905
` ` ` azurecli
906
906
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
1046
1046
1047
1047
The `--config-file` parameter is the path and file name of a JSON configuration file containing the resource properties.
1048
1048
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 :
1050
1050
1051
1051
` ` ` json
1052
1052
{
@@ -1078,7 +1078,7 @@ In this example, assume a configuration file named `my-authn-policy.json` with a
1078
1078
}
1079
1079
` ` `
1080
1080
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 :
1082
1082
1083
1083
` ` ` azurecli
1084
1084
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