This Azure function integrates the Airtable .NET API with Azure Blob Storage. Every six hours, all records are fetched from an Airtable and written to a JSON file in your Azure blob storage.
Copy your local.settings.sample.json file and save as a local.settings.json file. This is where environment variables are stored. You will add AppKey, BaseId, TableName from Airtable, and StorageConnectionString, BlobContainerName from your Azure Blob.
- Add Azure keyvault functionality for storign environment variables.
- Fetch more than 100 records at a time.
- Detailed error handling / notifications.