Skip to content

Commit faf9f8e

Browse files
committed
PG fixes and recommendations
1 parent 8e7fe1c commit faf9f8e

9 files changed

+38
-39
lines changed

learn-pr/wwl-data-ai/get-started-cosmos-db-nosql-fabric/4-build-operational-workloads-cosmos-db-nosql-fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.4-build-operational-workloads-cosmos-db-nosql-fabric
2+
uid: learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.build-operational-workloads-cosmos-db-nosql-fabric
33
title: Introduction
44
metadata:
55
title: Build operational workloads with Cosmos DB NoSQL in Fabric
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.cosmos-db-nosql-fabric-analytical-endpoint
3+
title: Introduction
4+
metadata:
5+
title: Analyze data with the analytical endpoint in Cosmos DB NoSQL in Fabric
6+
description: "Learn how the analytical endpoint in Cosmos DB NoSQL in Fabric enables scalable data analysis through OneLake replication and semantic model integration."
7+
ms.date: 04/15/2025
8+
author: wwlpublish
9+
ms.author: calopez
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/6-cosmos-db-nosql-fabric-analytical-endpoint.md)]

learn-pr/wwl-data-ai/get-started-cosmos-db-nosql-fabric/6-integrate-cosmos-db-nosql-fabric-services.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/wwl-data-ai/get-started-cosmos-db-nosql-fabric/includes/2-understand-cosmos-db-nosql-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Throughput is handled automatically and no other configuration is needed. Fabric
2626
> Multi-region writes and reads aren't supported in public preview.
2727
2828
> [!NOTE]
29-
> In public preview, we don’t yet support vector search for AI scenarios, reverse-ETL with Spark connector or real-time intelligence (RTI).
29+
> In public preview, we don’t yet support reverse-ETL with Spark connector or real-time intelligence (RTI).
3030
3131
Cosmos DB NoSQL in Fabric delivers the no-knob, best-performance available, 5 seconds to start, 5 minutes to WOW Fabric experience.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Build Operational Workloads in Cosmos DB NoSQL in Fabric
2+
3+
Cosmos DB NoSQL in Fabric is designed to support operational workloads that require fast, scalable, and secure access to data. In this unit, you explore how Cosmos DB NoSQL in Fabric can be used in various real-world scenarios to support application development and data-driven solutions. Let's review a few examples of how Cosmos DB NoSQL in Fabric can be used to build operational workloads.
4+
5+
## Scenario: AI-Powered knowledge assistant
6+
7+
A product team wants to build a knowledge assistant that can help employees find relevant information from internal documentation. They store product manuals, support articles, and chat transcripts as JSON documents in Cosmos DB NoSQL in Fabric. The team would then add vector indexing, allowing the assistant to retrieve semantically similar documents based on a user’s query. The vector indexes enable the assistant to return relevant content quickly and accurately. The team benefits from fast iteration and deployment, and mirrored data in OneLake supports usage analytics and content optimization.
8+
9+
## Scenario: Customer profile store
10+
11+
A financial services provider builds a customer profile store using Cosmos DB NoSQL in Fabric. Each profile includes transaction history, preferences, and risk scores. The application queries this data to personalize offers and detect unusual activity. The database supports flexible document structures and fast access to customer data. Mirrored data is used to analyze customer behavior and improve service delivery.
12+
13+
These examples are just a few of the many ways Cosmos DB NoSQL in Fabric can be used to build operational workloads. The service's flexibility, performance, and integration with other Fabric services make it a powerful tool for developers and data engineers.

learn-pr/wwl-data-ai/get-started-cosmos-db-nosql-fabric/includes/5-secure-monitor-cosmos-db-nosql-fabric.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ Cosmos DB NoSQL in Fabric automatically encrypts data at rest. For extra control
2222

2323
Databases are also configured with zone-redundancy by default. This setup includes built-in high availability and disaster recovery (HADR), with data replicated across Fabric paired regions through OneLake.
2424

25-
## Backup and restore
26-
27-
Cosmos DB NoSQL in Fabric is backed up continuously. You can restore the database to a specific point in time, with backups retained for up to 30 days.
28-
2925
## Monitoring and metrics
3026

3127
The Cosmos DB NoSQL database experience in Fabric includes built-in metrics. Users can view operation counts by type, latency trends, and other integrated metrics directly in the database user experience (UX).
32-
33-
To track usage costs, the Capacity metrics app provides detailed insights into Cosmos DB consumption within Fabric.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Cosmos DB NoSQL in Fabric includes an analytical endpoint that enables users to analyze operational data using Microsoft Fabric’s integrated tools. This capability is made possible through OneLake replication, which creates a read-optimized copy of Cosmos DB data for downstream analytics.
2+
3+
Rather than connecting directly to the operational database, the analytical endpoint provides access to replicated data that is structured for reporting and exploration. This design supports scalable analytics without impacting transactional workloads.
4+
5+
The replicated data is exposed through semantic models, which define the structure and fields available for analysis. These models are surfaced via the SQL analytics endpoint and become discoverable in the OneLake data hub. Once available, they can be used across the Fabric ecosystem, including in Power BI and Spark notebooks.
6+
7+
This approach allows users to build reports, explore data, and generate insights using familiar tools—without needing to manage infrastructure or move data manually. It also ensures consistency across analytics experiences by aligning Cosmos DB NoSQL data with the broader Fabric data model.
8+
9+
The analytical endpoint is designed to work seamlessly with the Cosmos DB NoSQL in Fabric experience. The endpoint provides efficient data access for both operational and analytical workloads, allowing users to focus on building rich data driven applications and insights, without the need for complex data management tasks. This integration simplifies the process of building data-driven applications and insights, enabling users to focus on analysis rather than data management.

learn-pr/wwl-data-ai/get-started-cosmos-db-nosql-fabric/includes/6-integrate-cosmos-db-nosql-fabric-services.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

learn-pr/wwl-data-ai/get-started-cosmos-db-nosql-fabric/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ units:
4040
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.create-explore-cosmos-db-nosql-fabric-database
4141
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.build-operational-workloads-cosmos-db-nosql-fabric
4242
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.secure-monitor-cosmos-db-nosql-fabric
43-
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.integrate-cosmos-db-nosql-fabric-services
43+
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.cosmos-db-nosql-fabric-analytical-endpoint
4444
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.exercise-create-populate-query-cosmos-db-nosql-fabric-database
4545
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.knowledge-check
4646
- learn-wwl.learn-wwl.get-started-cosmos-db-nosql-fabric.summary

0 commit comments

Comments
 (0)