Prerequisites
To complete this workshop, you will need the following:
-
A GitHub account. Get a free GitHub account here
-
An Azure account. Create a free Azure account here
NoteYour Azure account must either have Contributor + Role Based Access Control Administrator or Owner.
If you have your own personal Azure subscription, you should be good to go. If you're using an Azure subscription provided by your company, you may need to contact your IT department to ensure you have the necessary permissions.
You have a few options for getting started with the labs. The quickest way to get started is GitHub Codespaces, since it will setup all the tools for you in the cloud, but you can also set it up locally. You can also use a VS Code dev container
GitHub Codespaces
TODO
Local Environment
To ran the labs locally, you will need the following:-
- Python 3.12 or later version installed
- VS Code installed with the Jupyter notebook extension enabled
- Python environment
- Azure CLI installed and Signed into your Azure subscription
VS Code Dev Containers
TODO