Skip to content

Commit 465e49c

Browse files
author
Matthew Harris
committed
Documentation about building web app
1 parent 34ad931 commit 465e49c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ can be found by going into 'Actions' in GitHub and manually triggering the build
1919
If you install Azure CLI, these templates can be deoplyed with ...
2020

2121
```
22-
az login
23-
az deployment group create --resource-group <RESOURCE GROUP PREVIOUSLY CREATED> --template-file <CHOOSE TEST/PROD ACCORDINGLY>>
22+
1. az login
23+
2. If you made changes to the webapp or function app, go to the repo's actions, click on left, and run appropriate build action
24+
3. az deployment group create --resource-group <RESOURCE GROUP PREVIOUSLY CREATED> --template-file <CHOOSE TEST/PROD ACCORDINGLY>>
2425
```
2526

2627
If you get an alert about OpenAI quotas, go to 'Azure AI Services' in the Azure portal, click on Azure Open AI, then 'Manage deleted resources' and purge any pending items to clear up quota.
@@ -29,6 +30,7 @@ If you get an alert about OpenAI quotas, go to 'Azure AI Services' in the Azure
2930

3031
- At time of writing automatic activation of authentication of the web app wasn't complete. You should navigate to the component in the Azure portal and set Authentication to the Microsoft identity provider so only people with access to the subscription can log in.
3132
- At time of writing the search component will prompt to upgrade vector model. Go ahead. Needs to be added to the template
33+
- At time of writing the creation of 'blob-interim-files' container in the storage account wasn't workin, created manually
3234

3335
# ORIGINAL README ...
3436

0 commit comments

Comments
 (0)