Skip to content

Commit 23eb5bd

Browse files
Fix markdown links and image paths in documentation
1 parent 5d2e83d commit 23eb5bd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/AzureGPTQuotaSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## How to Check & Update Quota
22

3-
Please follow [quota check instructions guide](./Quota_Check.md) to check quota availability by region.
3+
Please follow [quota check instructions guide](./quota_check.md) to check quota availability by region.
44

55
1. **Navigate** to the [Azure AI Foundry portal](https://ai.azure.com/).
66
2. **Select** the AI Project associated with this accelerator.

docs/DeploymentGuide.md

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

33
## **Pre-requisites**
44

5-
To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./AzureAccountSetUp.md).
5+
To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./AzureAccountSetup.md).
66

77
Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all&regions=all) page and select a **region** where the following services are available:
88

docs/ManualAppRegistrationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This guide provides detailed steps to manually register both front-end and backe
127127
- **Issuer URL**: `https://sts.windows.net/<tenant_id>/v2.0`
128128
- **Allowed Token Audiences**: Usually the Application ID URI or Client ID
129129
- Click **Add**
130-
![manual_register_app_api_4](./images/manual_register_app_api_4.png)
130+
![manual_register_app_api_4](./images/manual_register_app_web_4.png)
131131
![manual_register_app_api_5](./images/manual_register_app_api_5.png)
132132

133133
---

docs/quota_check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The final table lists regions with available quota. You can select any of these
7676
### **If using VS Code or Codespaces**
7777
1. Open the terminal in VS Code or Codespaces.
7878
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
79-
![git_bash](Images/git_bash.png)
79+
![git_bash](images/git_bash.png)
8080
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
8181
```sh
8282
cd infra/scripts

0 commit comments

Comments
 (0)