gpt4 book ai didi

Azure PowerShell : Enable Application Diagnostics and Site Diagnostics

转载 作者:行者123 更新时间:2023-12-02 06:34:38 25 4
gpt4 key购买 nike

我正在为 Azure 网站配置诊断和 IIS 日志。Azure 管理门户显示将应用程序诊断存储到 Azure 表存储的选项:

Application Diagnostics

单击“管理表存储”时会弹出一个对话框以提供 Azure 表详细信息:

enter image description here

Blob 存储站点诊断:

Site Diagnostics

我正在搜索 Azure Cmdlet,以便在部署时使用 PowerShell 启用这些功能。

这是我可以找到的 Cmdlet,但它没有任何选项来提供表格详细信息:

Enable-AzureWebsiteApplicationDiagnostic

C:\PS>Enable-AzureWebsiteApplicationDiagnostic -Name MyWebsite -Storage -LogLevel Information -StorageAccountName myaccount

还有其他方法可以做到这一点吗?

最佳答案

这显然已在最新版本(截至 2016 年 3 月 21 日)的 Azure PowerShell cmdlet 中得到修复。您现在可以指定表/容器名称,例如

Enable-AzureWebsiteApplicationDiagnostic -Name <mysite> -Slot production -StorageAccountName <storageAccountName> -BlobStorage -StorageBlobContainerName <containerName> -LogLevel Verbose

Enable-AzureWebsiteApplicationDiagnostic -Name <mysite> -Slot production -StorageAccountName <storageAccountName> -TableStorage -StorageTableName <tableName> -LogLevel Verbose

关于Azure PowerShell : Enable Application Diagnostics and Site Diagnostics,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25996437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com