TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A better way to view Azure resource logs

2 pointsby hmrover 1 year ago
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.

no comments

no comments