-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`. To get the full command for your resource, go to the resource's page in the Azure portal. Select the **Security** tab and the **Microsoft Defender for Cloud** option, and select the line item called **Disable local authentication methods**. The next page provides a PowerShell command that you can copy and paste into your terminal.
0 commit comments