Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 299186b

Browse files
Merge pull request #31897 from WilliamDAssafMSFT/20240920-image-cleanup
[SCOPED] 20240920 SFI image pass
2 parents f3ae610 + 28720f9 commit 299186b

32 files changed

Lines changed: 15 additions & 27 deletions
Binary file not shown.
Binary file not shown.

azure-sql/database/saas-multitenantdb-tenant-analytics.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ ms.custom: sqldbrb=1
1515

1616
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:
1717

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.
2121

2222
In this tutorial you learn how to:
2323

2424
> [!div class="checklist"]
2525
> - Create the tenant analytics store to extract the data into.
2626
> - Use elastic jobs to extract data from each tenant database into the analytics store.
2727
> - 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.
3030
3131
![Diagram shows an overview of the architecture used for this article.](./media/saas-multitenantdb-tenant-analytics/architectureOverview.png)
3232

@@ -131,8 +131,6 @@ Each job extracts its data, and posts it into the analytics store. There a separ
131131
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.
132132
5. Query the TicketsRawData table in the tenantanalytics database, to ensure that the table is populated with tickets information from all tenants.
133133

134-
![Screenshot shows the ExtractTickets database with the TicketsRawData d b o selected in Object Explorer.](./media/saas-multitenantdb-tenant-analytics/ticketExtracts.png)
135-
136134
Repeat the preceding steps, except this time replace **\ExtractTickets.sql** with **\ExtractVenuesEvents.sql** in step 2.
137135

138136
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:
226224
> - Deployed a tenant analytics database with pre-defined star schema tables
227225
> - Used elastic jobs to extract data from all the tenant database
228226
> - 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
231229
232230
Congratulations!
233231

azure-sql/database/saas-tenancy-tenant-analytics.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ ms.custom: sqldbrb=1
1515

1616
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:
1717

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.
2121

2222
In this tutorial you learn how to:
2323

2424
> [!div class="checklist"]
2525
> - Create the tenant analytics store to extract the data into.
2626
> - Use elastic jobs to extract data from each tenant database into the analytics store.
2727
> - 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.
3030
3131
![Diagram shows an overview of the architecture used for this article.](./media/saas-tenancy-tenant-analytics/architectureOverview.png)
3232

@@ -130,8 +130,6 @@ Each job extracts its data, and posts it into the analytics store. There a separ
130130
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.
131131
5. Query the TicketsRawData table in the tenantanalytics database, to ensure that the table is populated with tickets information from all tenants.
132132

133-
![Screenshot shows the ExtractTickets database with the TicketsRawData d b o selected in Object Explorer.](./media/saas-tenancy-tenant-analytics/ticketExtracts.png)
134-
135133
Repeat the preceding steps, except this time replace **\ExtractTickets.sql** with **\ExtractVenuesEvents.sql** in step 2.
136134

137135
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:
225223
> - Deployed a tenant analytics database with pre-defined star schema tables
226224
> - Used elastic jobs to extract data from all the tenant database
227225
> - 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
230228
231229
Congratulations!
232230

docs/big-data-cluster/app-consume.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ Note the IP address (`10.1.1.3` in this example) and the port number (`30080`) i
8686

8787
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.
8888

89-
![ADS End Point](media/big-data-cluster-consume-apps/ads_end_point.png)
90-
9189
## Generate a JWT access token
9290

9391
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.

docs/big-data-cluster/app-deployment-extension.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ azdata bdc endpoint list
8080

8181
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.
8282

83-
![ADS End Point](media/vs-extension/ads_end_point.png)
84-
8583
Find the endpoint you want to use, then connect to the cluster.
8684

8785
![New Connection](media/vs-extension/connect_to_cluster.png)
Binary file not shown.
-83.6 KB
Loading
-51.6 KB
Loading
-15.9 KB
Loading

0 commit comments

Comments
 (0)