Skip to content

Commit d035fc1

Browse files
docs: doc file updates (#562)
* Update create_new_app_registration.md Updated Spelling or "successfully" * Update AzureSemanticSearchRegion.md Updated content * Update CustomizingAzdParameters.md Updated spelling for "Characters" * Update DeploymentGuide.md Updated spelling for "authentication" * Update ManualAppRegistrationConfiguration.md Updated all images path
1 parent 829c68b commit d035fc1

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/AzureSemanticSearchRegion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Steps to Check Semantic Search Availability
44
1. Open the [Semantic Search Availability](https://learn.microsoft.com/en-us/azure/search/search-region-support) page.
5-
2. Scroll down to the **"Availability by Region"** section.
6-
3. Use the table to find supported regions for **Azure AI Search** and its **Semantic Search** feature.
7-
4. If your target region is not listed, choose a supported region for deployment.
5+
2. Scroll down to the **"Azure public region"** section.
6+
3. Use the table to find supported regions for **Azure AI Search** and its **Semantic ranker** feature.
7+
4. If your target region is not listed, choose a supported region for deployment.

docs/CustomizingAzdParameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
By default this template will use the environment name as the prefix to prevent naming collisions within Azure. The parameters below show the default values. You only need to run the statements below if you need to change the values.
44

55

6-
> To override any of the parameters, run `azd env set <key> <value>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 charaters alphanumeric unique name.
6+
> To override any of the parameters, run `azd env set <key> <value>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 characters alphanumeric unique name.
77
88

99
Change the Secondary Location (example: eastus2, westus2, etc.)
@@ -40,4 +40,4 @@ Change the Embedding Deployment Capacity (choose a number based on available emb
4040

4141
```shell
4242
azd env set AZURE_ENV_EMBEDDING_MODEL_CAPACITY 80
43-
```
43+
```

docs/DeploymentGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ This will rebuild the source code, package it into a container, and push it to t
207207
```
208208

209209
2. **Add Authentication Provider**
210-
- Follow steps in [App Authentication](./AppAuthentication.md) to configure authenitcation in app service. Note that Authentication changes can take up to 10 minutes.
210+
- Follow steps in [App Authentication](./AppAuthentication.md) to configure authentication in app service. Note that Authentication changes can take up to 10 minutes.
211211

212212
3. **Deleting Resources After a Failed Deployment**
213213

docs/ManualAppRegistrationConfiguration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This guide provides detailed steps to manually register both front-end and backe
2323
- Copy the Default domain url from the Overview .
2424

2525
- Click **Register**
26-
![ManualRegisterAppWeb1](./Images/ManualRegisterAppWeb1.png)
26+
![ManualRegisterAppWeb1](./images/ManualRegisterAppWeb1.png)
2727

2828

2929

@@ -36,13 +36,13 @@ This guide provides detailed steps to manually register both front-end and backe
3636
- Start (Optional for custom range): Set the starting date of the secret's validity
3737
- End (Optional for custom range): Set the ending date of the secret's validity
3838
- Click **Add** and remember to copy and store the secret value securely as it will not be shown again
39-
![ManualRegisterAppWeb3](./Images/ManualRegisterAppWeb3.png)
39+
![ManualRegisterAppWeb3](./images/ManualRegisterAppWeb3.png)
4040

4141
### 3. Get Tenant ID
4242
- Go to **Tenant Properties** in [Azure Portal](https://portal.azure.com)
4343
- Copy the Tenant ID (will be used in next step)
4444

45-
![ManualRegisterAppWeb6](./Images/ManualRegisterAppWeb6.png)
45+
![ManualRegisterAppWeb6](./images/ManualRegisterAppWeb6.png)
4646

4747
### 4. Set Up Authentication in Web Container App
4848

@@ -57,10 +57,10 @@ This guide provides detailed steps to manually register both front-end and backe
5757
- **Allowed Token Audiences**: Usually the Application ID URI or Client ID
5858
- Click **Add**
5959

60-
![ManualRegisterAppWeb4](./Images/ManualRegisterAppWeb4.png)
60+
![ManualRegisterAppWeb4](./images/ManualRegisterAppWeb4.png)
6161

6262
---
6363

6464
## Conclusion
6565

66-
You have now manually configured Azure App Registrations.
66+
You have now manually configured Azure App Registrations.

docs/create_new_app_registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
![Add Details](images/AddDetails.png)
1818

19-
5. After application is created sucessfully, then click on `Add a Redirect URL`.
19+
5. After application is created successfully, then click on `Add a Redirect URL`.
2020

2121
![Redirect URL](images/AddRedirectURL.png)
2222

0 commit comments

Comments
 (0)