As a User I'd like to see up to date talks information.
To enable the application to pull up to date talk information we need to build a function to gather this data from the Leeds Digital Festival Website, transform and store this.
To enable this we need to create an azure function, we've been manually creating the infrastructure in Azure for this.
The Azure Function should be the following:
It should be node js
It should be in uk south
It should be consumption hosted
It should be monitored by the existing app insights #5
It should have the tags also from #5
It should be in runtime 3
It should have the access key for storage account set as storage_key set in the application settings
This will enable us to build the function that gets the data in #29
As a User I'd like to see up to date talks information.
To enable the application to pull up to date talk information we need to build a function to gather this data from the Leeds Digital Festival Website, transform and store this.
To enable this we need to create an azure function, we've been manually creating the infrastructure in Azure for this. The Azure Function should be the following: It should be node js It should be in uk south It should be consumption hosted It should be monitored by the existing app insights #5 It should have the tags also from #5 It should be in runtime 3 It should have the access key for storage account set as storage_key set in the application settings
This will enable us to build the function that gets the data in #29