Deployment Readme Files
Deployment Readme files
This commit is contained in:
Родитель
44cdd13bba
Коммит
2be0762786
|
@ -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.
|
||||
|
||||
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fignite-learning-paths-training-data%2Fmaster%2Fdeployment%2Fscripts%2FData10-deployment.json%0D%0A" target="_blank"><img src="https://azuredeploy.net/deploybutton.png"/></a>
|
||||
|
||||
### 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 *<storageaccountname>*
|
||||
|
||||
```
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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 - ...
|
Загрузка…
Ссылка в новой задаче