From 2be0762786fcffb3cfeea7bfe23568127647f315 Mon Sep 17 00:00:00 2001 From: "Dandy Weyn [@ilikesql - Microsoft]" Date: Tue, 11 Feb 2020 20:21:37 -0800 Subject: [PATCH] Deployment Readme Files Deployment Readme files --- data20/deployment/README.md | 58 +++++++++++++++++++++++++++++++++++++ data30/deployment/README.md | 26 +++++++++++++++++ data40/deployment/README.md | 21 ++++++++++++++ data50/deployment/README.md | 26 +++++++++++++++++ demos/README.md | 16 ---------- 5 files changed, 131 insertions(+), 16 deletions(-) create mode 100644 data20/deployment/README.md create mode 100644 data30/deployment/README.md create mode 100644 data40/deployment/README.md create mode 100644 data50/deployment/README.md delete mode 100644 demos/README.md diff --git a/data20/deployment/README.md b/data20/deployment/README.md new file mode 100644 index 0000000..2a97db8 --- /dev/null +++ b/data20/deployment/README.md @@ -0,0 +1,58 @@ +# DATA10 pre-demo setup + +## Prerequisites + +- Microsoft Azure subscription + +### Azure Subscription + +Having an Azure subscription is mandatory to be able to do the *AFUN95: Figuring Out Azure Functions​*. If you don't own an Azure subscription already, you can create your **free** account today. It comes with 200$ credit, so you can experience almost everything without spending a dime. + +[Create your free Azure account today](https://azure.microsoft.com/en-us/free? + +# Deployments + + + +## DATA10 Demo Automated Deployment + + +### Step 1: Automated Deployment + +Simply by pressing the blue "*Deploy to Azure*" button below, will provision the Azure Services required required for DATA10 demos. + + + +### Step 2: Validation of services + +## Validate Correct provisioning of services + +Estimated Time: 15 minutes + +1. From the Azure Portal, expand the resource group you deployed the template to and review that the following services are provisioned: + +- Azure Synapse Analytics (SQL Data Warehouse) +- Azure Storage Accounts +- Azure Data Factory + +1. Click on the storage account and browse to Containers +1. Capture the name of your storage acccount + +## Populate the Azure Storage container Azure CloudShell + +1. In the Azure Portal, open an Azure Cloudshell window. + Complete the configuration process as needed + +1. Type the following command to copy the deployment script to Azure Cloud Shell + + This will copy the deployment script that will populate the Azure Data Lake Storage Containers with sample files + +``` +curl -OL https://raw.githubusercontent.com/microsoft/ignite-learning-paths-training-data/master/deployment/scripts/data10-storage.azcli +``` +1. Type the following to upload the sample files: + +``` +bash data10-storage.azcli ** + +``` diff --git a/data30/deployment/README.md b/data30/deployment/README.md new file mode 100644 index 0000000..6499008 --- /dev/null +++ b/data30/deployment/README.md @@ -0,0 +1,26 @@ +# DATA30 pre-demo setup + +## Prerequisites + +- Microsoft Azure subscription + +### Azure Subscription + +Having an Azure subscription is mandatory to be able to do these demos If you don't own an Azure subscription already, you can create your **free** account today. It comes with 200$ credit, so you can experience almost everything without spending a dime. + +Get a free Azure Account? +https://azure.microsoft.com/en-us/free? + + + +# Deployments + +## DATA30 Demo Automated Deployment + +If you have NOT completed the DATA10 deployment first - please complete the [DATA10 pre-demo deployment](data10\deployment\README.md) +No additonal steps are needed. + +## DATA30 Pre-requisite + +This demo requires that you have completed the DATA20 demo [DATA20 Demo](data20\demos\README.md) +No additonal steps are needed. diff --git a/data40/deployment/README.md b/data40/deployment/README.md new file mode 100644 index 0000000..5de7c9e --- /dev/null +++ b/data40/deployment/README.md @@ -0,0 +1,21 @@ +# DATA40 pre-demo setup + +## Prerequisites + +- Microsoft Azure subscription + +### Azure Subscription + +Having an Azure subscription is mandatory to be able to do these demos If you don't own an Azure subscription already, you can create your **free** account today. It comes with 200$ credit, so you can experience almost everything without spending a dime. + +Get a free Azure Account? +https://azure.microsoft.com/en-us/free? + + + +# Deployments + +## DATA40 Demo Automated Deployment + +If you have NOT completed the DATA10 deployment first - please complete the [DATA10 pre-demo deployment](data10\deployment\README.md) +No additonal steps are needed. diff --git a/data50/deployment/README.md b/data50/deployment/README.md new file mode 100644 index 0000000..22e1abf --- /dev/null +++ b/data50/deployment/README.md @@ -0,0 +1,26 @@ +# DATA50 pre-demo setup + +## Prerequisites + +- Microsoft Azure subscription + +### Azure Subscription + +Having an Azure subscription is mandatory to be able to do these demos If you don't own an Azure subscription already, you can create your **free** account today. It comes with 200$ credit, so you can experience almost everything without spending a dime. + +Get a free Azure Account? +https://azure.microsoft.com/en-us/free? + + + +# Deployments + +## DATA50 Demo Automated Deployment + +If you have NOT completed the DATA10 deployment first - please complete the [DATA10 pre-demo deployment](data10\deployment\README.md) +No additonal steps are needed. + +## DATA5 Pre-requisite + +This demo requires that you have completed the DATA40 demo [DATA40 Demo](data40\demos\README.md) +No additonal steps are needed. \ No newline at end of file diff --git a/demos/README.md b/demos/README.md deleted file mode 100644 index 0d2b14f..0000000 --- a/demos/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Demos instructions - -The following document describe how to do all the demos presented during the session. You must have completed the [deployment](../deployment/README.md) before attempting to do the demos. - ---- - -## Demo 1 - Exploring a Modern Data Warehouse - -> 💡 You must have completed the [deployment](../deployment/README.md) before attempting to do the demo. - - - - ---- - -## Demo 2 - ... \ No newline at end of file