< Previous Challenge - Home - Next Challenge >
In the challenges ahead, the coach will provide you with data to load into a data store from which it can be queried, visualized, and analyzed. The data comes from OpenPowerlifting.org and is licensed for Public Domain use.
In the challenges ahead, you will need to load this data into a data store from which it can be queried, visualized, and analyzed. You will have broad latitude in choosing the data service you think is most appropriate. For purposes of Challenge 1, assume that in later challenges you will be loading the data into a relational database. Choose a ‘landing zone’ storage service that will provide maximum flexibility in further processing of the data, while also meeting basic security and resilience requirements.
Your security requirements include:
- Do not expose the uploaded data files to anonymous (Public) internet access.
- Support controlling access to folders and files based on Azure Active Directory identity.
- Explained to the coach which storage service will be used and why
- Show the data uploaded to the storage service of choice
- Explained to the coach how you would store access keys to said storage service without putting sensitive credentials in connection strings/code
- Explained the manageability and security benefits of using Azure Active Directory identity to control access