简体   繁体   English

通过 powershell 命令禁用 azure bot 的直接线路连接通道中的增强型身份验证选项?

[英]Disable Enchanced authentication options in Direct line connection channel of azure bot via powershell command?

How can I disable enchanced authentication options in direct line connection channel of azure bot via powershell command?如何通过 powershell 命令在 azure bot 的直接线路连接通道中禁用增强的身份验证选项

There are not any powershell (*-azbot*) cmdlets to do so that I am aware of.据我所知,没有任何 powershell (*-azbot*) cmdlet 可以这样做。 But you can do it via AZ CLI (within PowerShell or CMD) by doing:但您可以通过 AZ CLI(在 PowerShell 或 CMD 内)执行以下操作:

az bot directline update --enable-enhanced-auth false --name <BOTNAME> --resource-group <RESOURCEGROUP>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 通过 Azure 禁用 AKS 节点池的自动缩放 Powershell - Disable Auto-Scaling of an AKS Node pool via Azure Powershell 通过Github部署Django App到Azure时禁用collectstatic命令 - Disable collectstatic command when deploying Django App to Azure via Github Powershell 命令 Azure 自动化 - Powershell command Azure automation SSH 连接超时通过端口转发,但不是通过直接访问 - SSH connection timed out via port forwarding, but not via direct access MS Bot Framework 专线 API 3.0: Get starting message - MS Bot Framework Direct Line API 3.0: Get starting message 通过命令行将 GCP 凭据添加到 airflow - Add GCP credentials to airflow via command line 在命令行中使用参数运行 PowerShell 脚本(函数) - Run PowerShell script(Function) with parameters in command line Getting Operation 在 Bot Framework 上向 Facebook Azure 通道返回了无效状态代码“BadRequest”错误 - Getting Operation returned an invalid status code 'BadRequest' error on Bot Framework to Facebook Azure channel Laravel 数据库连接超时但可以通过mysql命令连接 - Laravel database connection times out but can connect via mysql command 无法更新 Azure Cloud Service Extended Support via Azure Powershell 任务 - Unable to update Azure Cloud Service Extended Support via Azure Powershell Task
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM