Skip to content
Permalink
b4b654e697
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
43 lines (43 sloc) 1.13 KB
{
"cells": [
{
"cell_type": "markdown",
"id": "21ff6943",
"metadata": {},
"source": [
"# Microsoft Azure\n",
"\n",
"The modules in this lesson are: \n",
"\n",
"1. [Introduction to the Azure Cloud Portal](./01_intro_to_cloud_console)\n",
"2. [Introduction to Cloud Compute (Azure Virtual Machines)](./02_intro_to_compute_part1)\n",
"3. [Introduction to the Azure CLI](./04_intro_to_cli)\n",
"4. [Introduction to Cloud Storage (Blob Storage)](./05_intro_to_cloud_storage)\n",
"5. [Running Analysis on the Cloud](./06_running_analysis)\n",
"6. [Monitoring Costs](./07_monitoring_costs)\n",
"7. [Cleaning up Resources and Best Practices](./08_cleaning_up_resources)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
}
},
"nbformat": 4,
"nbformat_minor": 5
}