TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A better way to view Azure resource logs

2 点作者 hmr超过 1 年前
I was working with Azure Communication Service and part of it is to put the logs of email tracking, etc. in a storage account. I created an app to use Azure Storage REST APIs, list and show these logs.<p>It is also useful for any other kind of resource logs. I thought it would be useful to make it a static site and host it in Netlify.<p>All you need is the name of the storage account and the SAS token you have generated for it. Nothing is sent to any servers. Nothing is saved anywhere. The REST API calls are directly to the Azure. I know this could be easier with Azure Log Analytics, but it was expensive for me.<p>I would appreciate your thoughts on it.

暂无评论

暂无评论