Skip to content

Commit 8e318db

Browse files
committed
ACA README fixes
1 parent 6bbd57f commit 8e318db

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ What this demo application does:
4343
![Chat screen](docs/chatscreen.png)
4444

4545

46-
## Solution Architecture and Deployment Options
46+
## Solution Architecture and deployment Options
4747

4848
![Microservice RAG Architecture](docs/aks/aks-hla.png)
4949

docs/aca/README-ACA.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ It will look like the following:
109109

110110
!['Output from running azd up'](aca-endpoint.png)
111111

112-
> NOTE: It may take few minutes for the indexer app to consume the pdf ingestion request messages. You can monitor the ingestion process by checking the log stream of the indexer app in the Azure Portal.
112+
> NOTE: It may take few minutes for the indexer app to consume the pdf ingestion request messages from service bus. You can monitor the ingestion process by checking the log stream of the indexer app in the Azure Portal.
113113

114114
### Deploying with existing Azure resources
115115

@@ -159,7 +159,8 @@ If you've changed the infrastructure files (`infra` folder or `azure.yaml`), the
159159
```shell
160160
azd up
161161
```
162-
> WARNING: when you run `azd up` multiple times to redeploy infrastructure, make sure to set the following parameters in `infra/main.parameters.json` to `true` to avoid container apps images from being overridden with default "mcr.microsoft.com/azuredocs/containerapps-helloworld" image:
162+
> [!WARNING]
163+
> When you run `azd up` multiple times to redeploy infrastructure, make sure to set the following parameters in `infra/main.parameters.json` to `true` to avoid container apps images from being overridden with default "mcr.microsoft.com/azuredocs/containerapps-helloworld" image:
163164
164165
```json
165166
"apiAppExists": {

docs/app-service/README-App-Service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can clone this repo and change directory to the root of the repo. Or you can
8585
Once you have the project available locally, run the following commands if you don't have any pre-existing Azure services and want to start from a fresh deployment.
8686

8787
> [!IMPORTANT]
88-
> All the commands below assume must be run from the `deploy/app-service` folder
88+
> All the commands below must be run from the `deploy/app-service` folder
8989
9090
1. Run
9191

0 commit comments

Comments
 (0)