Skip to content

Commit b3505c0

Browse files
committed
Deploy Updates
1 parent e821ad8 commit b3505c0

6 files changed

+47
-12
lines changed

Deploy.md

-12
This file was deleted.

Deploy/Deploy.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Deploy Azure Data Platform End2End to your subscription
2+
3+
In this section you will automatically provision all Azure resources required to complete labs 1 though to 5. We will use a pre-defined ARM template with the definition of all Azure services used to ingest, store, process and visualise data.
4+
5+
The estimated time to complete this lab is: 30 minutes.
6+
7+
## Prepare your Azure subscription
8+
In this section you will use the Azure Portal to create a Resource Group that will host the Azure Data Services used in labs 1 through to 5.
9+
10+
**IMPORTANT**|
11+
-------------|
12+
**Execute these steps on your host computer**|
13+
14+
1. Open the browser and navigate to https://portal.azure.com
15+
16+
![](./Media/Lab0-Image01.png)
17+
18+
2. Log on to Azure using your account credentials
19+
20+
![](./Media/Lab0-Image02.png)
21+
22+
3. Once you have successfully logged on, locate the **Favourites** menu on the left-hand side panel and click the **Resource groups** item to open the **Resource groups** blade.
23+
24+
4. On the **Resource groups** blade, click the **+ Add** button to create a new resource group.
25+
26+
![](./Media/Lab0-Image03.png)
27+
28+
5. On the **Create a resource group** blade, select your subscription in **Subscription** drop down list.
29+
30+
6. In the Resource group text box enter “MDW-Lab”
31+
32+
**IMPORTANT**: If you are deploying this workshop to multiple students using the same subscription then add the student alias to the resources group name so they can identify their own set of resources and avoid confusion during the labs. Example: "MDW-Lab-*Student01*"
33+
34+
**IMPORTANT**: The name of the resource group chosen is *not* relevant to the successful completion of the labs. If you choose to use a different name, then please proceed with the rest of the lab using your unique name for the resource group.
35+
36+
![](./Media/Lab0-Image04.png)
37+
38+
--------------------------------------
39+
40+
[![Deploy to Azure](https://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)
41+
42+
43+
You must deploy all Azure services required in each lab by clicking the **Deploy to Azure** button above. Follow the instructions on the screen and provide:
44+
<br>- The subscription you want to use
45+
<br>- The resource group
46+
47+
- The ARM template used to automate the deployment of Azure services attempts to deploy all services required in the resource group default region. See more information on Lab 0.

Deploy/Media/Lab0-Image01.png

5.63 KB
Loading

Deploy/Media/Lab0-Image02.png

20.1 KB
Loading

Deploy/Media/Lab0-Image03.png

53.5 KB
Loading

Deploy/Media/Lab0-Image04.png

59.8 KB
Loading

0 commit comments

Comments
 (0)