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
-[Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) (for local authentication)
34
40
@@ -107,7 +113,34 @@ The app uses **keyless authentication** with Azure Cosmos DB:
107
113
az login
108
114
```
109
115
110
-
### 7. Run the Application
116
+
### 7. Load Sample Data
117
+
118
+
**⚠️ IMPORTANT:** You must load data into your Azure Cosmos DB database before running the application. The search functionality requires data to be present.
119
+
120
+
Make sure your virtual environment is activated, then run the data loader:
0 commit comments