Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 881 Bytes

Readme.md

File metadata and controls

21 lines (11 loc) · 881 Bytes

Introduction

I complete my Azure Function study by deploying a project around retrieving Microsoft Teams PSTN Usage records and storing them into table storage.

Use Case

Teams PSTN Usage Records are stored in the Teams service and can be retrieved using Graph API. Storing them into table storage allows importing into other services, like Power BI for analysis.

Try yourself

This project requires knowledge of multiple technologies including Azure app registrations, PowerShell, Graph API, Azure Key Vault, Microsoft Teams, and Azure Functions.

I blogged about the full solution over at blog jeffbrown.tech.

How to Export Teams PSTN Usage Records with Azure Functions

Next Steps

I move onto learning about Azure Automation.