File tree Expand file tree Collapse file tree 1 file changed +3
-28
lines changed
Expand file tree Collapse file tree 1 file changed +3
-28
lines changed Original file line number Diff line number Diff line change @@ -298,39 +298,14 @@ azd env set AZURE_ENV_EMBEDDING_MODEL_CAPACITY 80
298298Additional Steps
299299</h2>
300300
301- 1. **Add Azure Function Users to Database**
302-
303- This script automates the process of adding Azure Function identities as users in a database and assigning them appropriate roles.
304- ## Prerequisites
305-
306- Before running the script, ensure you have:
307-
308- - **[Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli#install)** installed.
309- - **[Python 3]( https://www.python.org/downloads/)** installed.
310- - **[Microsoft ODBC Driver 17 for SQL Server](https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16#version-17)** installed.
311- ## Usage
312-
313- 1. Clone the repository:
314-
315- ```sh
316- git clone https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator.git
317-
318- 2. Navigate to script directory
319- ```sh
320- cd infra\scripts\add_user_scripts
321-
322- 3. Run the script
323- ```sh
324- chmod +x ./add_user.sh
325- ./add_user.sh <resourcegroupname> <solution_prefix>
326-
327- 2. **Add App Authentication**
301+ 1. **Add App Authentication**
328302
329303 Follow steps in [App Authentication](./docs/AppAuthentication.md) to configure authenitcation in app service.
330304
331305 Note: Authentication changes can take up to 10 minutes
332306
333- 3. **Deleting Resources After a Failed Deployment**
307+ 2. **Deleting Resources After a Failed Deployment**
308+
334309 Follow steps in [Delete Resource Group](./docs/DeleteResourceGroup.md) If your deployment fails and you need to clean up the resources.
335310
336311## Sample Questions
You can’t perform that action at this time.
0 commit comments