You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/saas-multitenantdb-tenant-analytics.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ ms.custom: sqldbrb=1
15
15
16
16
In this tutorial, you walk through a complete analytics scenario for a multitenant implementation. The scenario demonstrates how analytics can enable businesses to make smart decisions. Using data extracted from sharded database, you use analytics to gain insights into tenant behavior, including their use of the sample Wingtip Tickets SaaS application. This scenario involves three steps:
17
17
18
-
1.**Extract data** from each tenant database into an analytics store.
19
-
2.**Optimize the extracted data** for analytics processing.
20
-
3.Use **Business Intelligence** tools to draw out useful insights, which can guide decision making.
18
+
1.**Extract data** from each tenant database into an analytics store.
19
+
2.**Optimize the extracted data** for analytics processing.
20
+
3.Use **Business Intelligence** tools to draw out useful insights, which can guide decision making.
21
21
22
22
In this tutorial you learn how to:
23
23
24
24
> [!div class="checklist"]
25
25
> - Create the tenant analytics store to extract the data into.
26
26
> - Use elastic jobs to extract data from each tenant database into the analytics store.
27
27
> - Optimize the extracted data (reorganize into a star-schema).
28
-
> -Query the analytics database.
29
-
> -Use Power BI for data visualization to highlight trends in tenant data and make recommendation for improvements.
28
+
> -Query the analytics database.
29
+
> -Use Power BI for data visualization to highlight trends in tenant data and make recommendation for improvements.
30
30
31
31

32
32
@@ -131,8 +131,6 @@ Each job extracts its data, and posts it into the analytics store. There a separ
131
131
4. Press **F5** to run the script that creates and runs the job that extracts tickets and customers data from each tenant database. The job saves the data into the analytics store.
132
132
5. Query the TicketsRawData table in the tenantanalytics database, to ensure that the table is populated with tickets information from all tenants.
133
133
134
-

135
-
136
134
Repeat the preceding steps, except this time replace **\ExtractTickets.sql** with **\ExtractVenuesEvents.sql** in step 2.
137
135
138
136
Successfully running the job populates the EventsRawData table in the analytics store with new events and venues information from all tenants.
@@ -226,8 +224,8 @@ In this tutorial, you learned how to:
226
224
> - Deployed a tenant analytics database with pre-defined star schema tables
227
225
> - Used elastic jobs to extract data from all the tenant database
228
226
> - Merge the extracted data into tables in a star-schema designed for analytics
229
-
> -Query an analytics database
230
-
> -Use Power BI for data visualization to observe trends in tenant data
227
+
> -Query an analytics database
228
+
> -Use Power BI for data visualization to observe trends in tenant data
Copy file name to clipboardExpand all lines: azure-sql/database/saas-tenancy-tenant-analytics.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ ms.custom: sqldbrb=1
15
15
16
16
In this tutorial, you walk through a complete analytics scenario for a single tenant implementation. The scenario demonstrates how analytics can enable businesses to make smart decisions. Using data extracted from each tenant database, you use analytics to gain insights into tenant behavior, including their use of the sample Wingtip Tickets SaaS application. This scenario involves three steps:
17
17
18
-
1.**Extract** data from each tenant database and **Load** into an analytics store.
19
-
2.**Transform the extracted data** for analytics processing.
20
-
3.Use **business intelligence** tools to draw out useful insights, which can guide decision making.
18
+
1.**Extract** data from each tenant database and **Load** into an analytics store.
19
+
2.**Transform the extracted data** for analytics processing.
20
+
3.Use **business intelligence** tools to draw out useful insights, which can guide decision making.
21
21
22
22
In this tutorial you learn how to:
23
23
24
24
> [!div class="checklist"]
25
25
> - Create the tenant analytics store to extract the data into.
26
26
> - Use elastic jobs to extract data from each tenant database into the analytics store.
27
27
> - Optimize the extracted data (reorganize into a star-schema).
28
-
> -Query the analytics database.
29
-
> -Use Power BI for data visualization to highlight trends in tenant data and make recommendation for improvements.
28
+
> -Query the analytics database.
29
+
> -Use Power BI for data visualization to highlight trends in tenant data and make recommendation for improvements.
30
30
31
31

32
32
@@ -130,8 +130,6 @@ Each job extracts its data, and posts it into the analytics store. There a separ
130
130
4. Press F5 to run the script that creates and runs the job that extracts tickets and customers data from each tenant database. The job saves the data into the analytics store.
131
131
5. Query the TicketsRawData table in the tenantanalytics database, to ensure that the table is populated with tickets information from all tenants.
132
132
133
-

134
-
135
133
Repeat the preceding steps, except this time replace **\ExtractTickets.sql** with **\ExtractVenuesEvents.sql** in step 2.
136
134
137
135
Successfully running the job populates the EventsRawData table in the analytics store with new events and venues information from all tenants.
@@ -225,8 +223,8 @@ In this tutorial, you learned how to:
225
223
> - Deployed a tenant analytics database with pre-defined star schema tables
226
224
> - Used elastic jobs to extract data from all the tenant database
227
225
> - Merge the extracted data into tables in a star-schema designed for analytics
228
-
> -Query an analytics database
229
-
> -Use Power BI for data visualization to observe trends in tenant data
226
+
> -Query an analytics database
227
+
> -Use Power BI for data visualization to observe trends in tenant data
Copy file name to clipboardExpand all lines: docs/big-data-cluster/app-consume.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,6 @@ Note the IP address (`10.1.1.3` in this example) and the port number (`30080`) i
86
86
87
87
One of the other ways to get this information is doing right-click Manage on the server in Azure Data Studio where you'll find the endpoints of the services listed.
88
88
89
-

90
-
91
89
## Generate a JWT access token
92
90
93
91
To access the RESTful web service for the app you've deployed you first have to generate a JWT Access token. The URL for the access token depends on the version of Big Data Cluster.
Copy file name to clipboardExpand all lines: docs/big-data-cluster/app-deployment-extension.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,6 @@ azdata bdc endpoint list
80
80
81
81
Another way to retrieve this information is to navigate to the server in *Azure Data Studio* and right-click **Manage**. The endpoints for services are listed.
82
82
83
-

84
-
85
83
Find the endpoint you want to use, then connect to the cluster.
0 commit comments