piotrosz / nowyswiat

Azure function app testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nowy Świat

2 Azure functions:

  • one which tracks statistics of Nowy Świat radio station link on patronite.pl link and saves data to table storage daily (PowerShell based, inbound timer trigger, outbound save to Azure table storage.),
  • one that creates plots (C# based timer trigger to save plot in Azure blob storage).

Used Github actions to deploy functions on every push to main branch (used 'export publish profile' in Azure portal). Storage account table storage was created manually in Azure Portal (it's not automated).

Result plots (updated daily):

monthly amount

number of patrons

About

Azure function app testing


Languages

Language:C# 71.8%Language:PowerShell 28.2%