azure - 使用 azure cli 创建应用程序见解

标签 azure azure-application-insights azure-cli

我想使用 AZURE CLI 创建应用程序见解。我找不到有关此主题的任何文档。可能吗?

最佳答案

罗希特提供的链接有效

az resource create \
    --resource-group $RESOURCE_GROUP \
    --resource-type "Microsoft.Insights/components" \
    --name $NAMESPACE_PREFIX-appinsights \
    --location $PRIMARY_LOCATION \
    --properties '{"Application_Type":"web"}'

https://github.com/Azure/azure-cli/issues/5543#issuecomment-365001620

关于azure - 使用 azure cli 创建应用程序见解,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53318358/

相关文章:

Azure 搜索 - Azure 门户 - 请在索引中允许门户源

azure - Visual Studio 2019 中缺少 Application Insights

azure - 我可以将 Elmah 错误详细信息发送到 ApplicationInsights 吗?

azure - 将 powershell azure 命令转换为 CLI

azure - Powershell循环直到输出一行

wcf - 如何保护 Windows Azure 中运行且由 Windows 窗体应用程序访问的 WCF 服务的安全

Azure DevOps 服务 REST API : What is the equivalent to: git branch --contains <commit>

azure - 是否可以使用 Azure CLI 设置监视 URL Ping 测试?

Microsoft Graph API 中缺少 Azure B2C 注册电子邮件?

azure-application-insights - 在 Application insights 中禁用摘要电子邮件