Skip to content

Commit e6fa39f

Browse files
authored
Fix samples browser - bookmarks (#1637)
1 parent bb0c3ed commit e6fa39f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/document-security/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ The [azure-search-openai-demo](/) project can set up a full RAG chat app on Azur
2323
## Table of Contents
2424

2525
- [Requirements](#requirements)
26-
- [Setting up Microsoft Entra ID Apps](#setting-up-azure-ad-apps)
26+
- [Setting up Microsoft Entra ID Apps](#setting-up-entra-id-apps)
2727
- [Automatic Setup](#automatic-setup)
2828
- [Manual Setup](#manual-setup)
29-
- [Server App](#server-app)
29+
- [Server App](#setting-up-the-server-app)
3030
- [Client App](#client-app)
3131
- [Configure Server App Known Client Applications](#configure-server-app-known-client-applications)
3232
- [Testing](#testing)
33-
- [Troubleshooting Entra ID Setup](#troubleshooting-azure-ad-setup)
34-
- [Adding data with document level access control](#add-access-control-data)
33+
- [Troubleshooting Entra ID Setup](#troubleshooting-entra-id-setup)
34+
- [Adding data with document level access control](#adding-data-with-document-level-access-control)
3535
- [Using the Add Documents API](#using-the-add-documents-api)
3636
- [Azure Data Lake Storage Gen2 and prepdocs](#azure-data-lake-storage-gen2-setup)
3737
- [Environment Variables Reference](#environment-variables-reference)
@@ -146,7 +146,7 @@ Consent from the user must be obtained for use of the client and server app. The
146146

147147
#### Testing
148148

149-
If you are running setup for the first time, ensure you have run `azd env set AZURE_ADLS_GEN2_STORAGE_ACCOUNT <YOUR-STORAGE_ACCOUNT>` before running `azd up`. If you do not set this environment variable, your index will not be initialized with access control support when `prepdocs` is run for the first time. To manually enable access control in your index, use the [manual setup script](#manually-managing-document-level-access-control).
149+
If you are running setup for the first time, ensure you have run `azd env set AZURE_ADLS_GEN2_STORAGE_ACCOUNT <YOUR-STORAGE_ACCOUNT>` before running `azd up`. If you do not set this environment variable, your index will not be initialized with access control support when `prepdocs` is run for the first time. To manually enable access control in your index, use the [manual setup script](#using-the-add-documents-api).
150150

151151
Ensure you run `azd env set AZURE_USE_AUTHENTICATION` to enable the login UI once you have setup the two Entra ID apps before you deploy or run the application. The login UI will not appear unless all [required environment variables](#environment-variables-reference) have been setup.
152152

0 commit comments

Comments
 (0)