Skip to content

Commit e14fa7b

Browse files
Merge pull request #1005 from TPavanBalaji/patch-4
(AzureCXP) fixes MicrosoftDocs/azure-docs#330280
2 parents ed25aa6 + 1ba2814 commit e14fa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/disable-local-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you're creating an account using Bicep / ARM template, you can set the proper
2727
You can also use PowerShell with the Azure CLI to disable local authentication for an individual resource. First sign in with the `Connect-AzAccount` command. Then use the `Set-AzCognitiveServicesAccount` cmdlet with the parameter `-DisableLocalAuth $true`, like the following example:
2828

2929
```powershell
30-
Set-AzCognitiveServicesAccount -ResourceGroupName "my-resource-group" -Name "my-resource-name" -DisableLocalAuth $false
30+
Set-AzCognitiveServicesAccount -ResourceGroupName "my-resource-group" -Name "my-resource-name" -DisableLocalAuth $true
3131
```
3232

3333
## Verify local authentication status

0 commit comments

Comments
 (0)