Skip to content

Commit c14900b

Browse files
authored
remove redundancy
1 parent 7a76215 commit c14900b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example shows how to create a BrokerAuthorization resource by usin
4545

4646
# [Bicep](#tab/bicep)
4747

48-
To edit an authorization policy, create a Bicep `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
48+
To edit an authorization policy, create a `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
4949

5050
```bicep
5151
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
@@ -219,7 +219,7 @@ In the broker authorization rules for your authorization policy, use the followi
219219

220220
# [Bicep](#tab/bicep)
221221

222-
To edit an authorization policy, create a Bicep `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
222+
To edit an authorization policy, create a `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
223223

224224
```bicep
225225
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
@@ -384,7 +384,7 @@ In the broker authorization rules for your authorization policy, use the followi
384384

385385
# [Bicep](#tab/bicep)
386386

387-
To edit an authorization policy, create a Bicep `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
387+
To edit an authorization policy, create a `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
388388

389389
```bicep
390390
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
@@ -645,7 +645,7 @@ In the broker authorization rules for your authorization policy, add a similar c
645645

646646
# [Bicep](#tab/bicep)
647647

648-
To edit an authorization policy, create a Bicep `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
648+
To edit an authorization policy, create a `.bicep` file with the following content. Update the settings as needed, and replace the placeholder values like `<AIO_INSTANCE_NAME>` with your own.
649649

650650
```bicep
651651
param aioInstanceName string = '<AIO_INSTANCE_NAME>'

0 commit comments

Comments
 (0)