Skip to content

Commit 5592291

Browse files
authored
Merge pull request #122402 from andyhe0x21/fix-typo
Fix a typo in authenticate-shared-access-signature.md
2 parents 7a43b2b + 9e9150a commit 5592291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/authenticate-shared-access-signature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ And then select **Disabled** option and select **Ok** as shown in the following
282282
![Disabling local auth](./media/authenticate-shared-access-signature/disabling-local-auth.png)
283283

284284
### Disabling Local/SAS Key authentication using a template
285-
You can disable local authentication for a given Event Hubs namespace by setting `disableLocalAuth` property to `true` as shown in the following Azure Resource Manager template(ARM Template).
285+
You can disable local authentication for a given Event Hubs namespace by setting `disableLocalAuth` property to `true` as shown in the following Azure Resource Manager template (ARM Template).
286286

287287
```json
288288
"resources":[
@@ -307,7 +307,7 @@ You can disable local authentication for a given Event Hubs namespace by setting
307307
"properties": {
308308
"isAutoInflateEnabled": "true",
309309
"maximumThroughputUnits": "7",
310-
"disableLocalAuth": false
310+
"disableLocalAuth": true
311311
},
312312
"resources": [
313313
{

0 commit comments

Comments
 (0)