简体   繁体   English

如何在不使用/使用简单身份验证的情况下显示 Azure 监控仪表板?

[英]How can I display an Azure Monitoring Dashboard without / with simple authenticating?

I want to display my Azure Dashboard on a big screen in the office, but obviously not login at the big screen with my personal account.我想在办公室的大屏幕上显示我的 Azure 仪表板,但显然不是用我的个人帐户在大屏幕上登录。

How can I access an Azure Monitoring Dashboard in read-only mode without having the dashboard computer using my personal credentials?如何在仪表板计算机不使用我的个人凭据的情况下以只读模式访问 Azure 监控仪表板? Maybe with a token or http auth?也许使用令牌或 http 身份验证?

If you're looking to run an Azure portal dashboard unattended, getting a token inserted into their page won't really be effective ( if you can get it to work, it'll be brittle).如果您希望在无人值守的情况下运行 Azure 门户仪表板,将令牌插入其页面将不会真正有效(如果您可以让它工作,它会很脆弱)。

I'd recommend a dedicated AD account, which replicates to Azure AD.我推荐一个专用的 AD 帐户,它复制到 Azure AD。 Grant that user privileges to the dashboard.授予该用户对仪表板的权限。

Then, log in on that machine with that user, log in to the Azure portal, again with that user, and display your dashboard.然后,使用该用户登录该计算机,再次使用该用户登录 Azure 门户,并显示您的仪表板。

You should be able to make the last part (especially with a cached token) run at startup.您应该能够使最后一部分(尤其是使用缓存令牌)在启动时运行。 The worst you should have to do is periodically go to that machine and re-authenticate that user against Azure.您应该做的最糟糕的事情是定期向该机器发送 go 并根据 Azure 重新验证该用户。

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

相关问题 GCP | 云监控 | 如何对项目进行分组以在 Cloud Monitoring 信息中心上显示? - GCP | Cloud Monitoring | How to group projects for display on Cloud Monitoring Dashboard? 在 GCP 中,我可以查看 GKE Monitoring 仪表板。 如何为 Kube.netes 容器的 CPU 和 memory 利用率创建警报 - In GCP , I can able to view GKE Monitoring dashboard. How to create alerts for CPU and memory Utilization for Kubernetes Container 如何在 GCP 监控仪表板上显示过滤后的日志 - How to show filtered logs on GCP Monitoring Dashboard 如何在验证电话号码之前访问 Firestore 数据? - How can I access firestore data before authenticating phone number? azure未经批准如何实现windows认证? - How can I implement windows authentication in azure without approval? 如何在 twilio 仪表板中查看短信状态? - How can I see the SMS status in twilio dashboard? 如何使用现有日志条目在 Cloud Monitoring 中创建自定义指标? - How can I create custom metrics in Cloud Monitoring using existing Logs entries? 如何更改Azure 监控操作组管理员地址 - How to change Azure Monitoring action group admin address azure databricks 仪表板 - 找不到“订阅者”按钮 - azure databricks dashboard - can't find 'Subscriber' button 如何在 portal.azure.com 中按类型默认概览仪表板 - How to default overview dashboard as group by type in portal.azure.com
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM