< Previous Challenge - Home - Next Challenge >
Stuff and More Stuff Co. has decided that it needs to introduce ML capabilities in their platform to assist their users to discover more products that are of interest to them based on their interactions with the site.
For this, they are capturing ClickStream data in the clickstream
container. However, when trying to leverage that dataset, they have seen that they would need to scale the container to a high amount of RU/s for their queries to be effective. They will need a different strategy to do analytics over that data set.
In this challenge, you will properly configure the clickstream
container to enable Analytical queries.
You will need to run the deployment script under the /Challenge04/
folder of the Resources.zip file given by your coach. To do this, please run the respective PowerShell or Bash script as below:
# Update your Az Powershell commandlets
Update-Module Az
# Connect to your Azure Account
Connect-AzAccount
# Deploy the infrastructure
# Please make sure you are using Powershell v7.2 or newer
# You might need to unblock the file
# You will need to provide your user's Principal Id (objectId) in you Azure AD tenant
.\deploy.ps1
# Login to you Azure subscription via the Azure CLI
az login
# Run the deployment script
./deploy.sh
⚠️ Please remember to use the same Resource Group you used in Challenge 00
To complete this challenge successfully, you should be able to:
clickstream
clickstream
container that runs without consuming the container’s RU/s.Too comfortable? Eager to do more? Try this additional challenge: