Skip to content

Commit 97b0907

Browse files
Fix the copilot review comments
1 parent e8007cb commit 97b0907

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

docs/DeleteResourceGroup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If your deployment fails and you need to clean up the resources manually, follow
2424
1. Click on the **resource group name** to open it.
2525
2. Click the **Delete resource group** button at the top.
2626

27-
![Delete Resource Group](images/DeleteRG.png)
27+
![Delete Resource Group](images/delete-rg.png)
2828

2929
3. Type the resource group name in the confirmation box and click **Delete**.
3030

@@ -48,6 +48,4 @@ If you don’t want to delete the entire resource group, follow these steps:
4848
- After a few minutes, refresh the **Resource groups** page.
4949
- Ensure the deleted resource or group no longer appears.
5050

51-
📌 **Tip:** If a resource fails to delete, check if it's **locked** under the **Locks** section and remove the lock.
52-
53-
51+
📌 **Tip:** If a resource fails to delete, check if it's **locked** under the **Locks** section and remove the lock.

docs/LocalSetupGuide.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
This guide provides comprehensive instructions for setting up the Document Knowledge Mining Solution Accelerator for local development across Windows, Linux, and macOS platforms.
44

55
---
6-
## Step 1: Prerequisites - Install Required Tools
6+
## Step 1: Install Required Tools
77
Install these tools before you start:
88
- [Visual Studio](https://visualstudio.microsoft.com/)
99
- [Visual Studio Code](https://code.visualstudio.com/)
10-
- [Node.js (LTS)](https://nodejs.org/en).
1110

1211
### Windows Development
1312
```
@@ -209,9 +208,8 @@ After deploying the accelerator, the `appsettings.Development.json` file will be
209208
210209
#### Server Not Responded Issues
211210
212-
- While running the Kernel solution, if you encounter an error such as **“server not responded”** or **“server not found”**, it usually indicates that the required resource is not responding.
211+
- While running the Kernel solution, if you encounter an error such as `server not responded` or `server not found`, it usually indicates that the required resource is not responding.
213212
- Ensure that the necessary **Kubernetes services** are running. If not, start the Kubernetes service and then run the Kernel solution again.
214-
.
215213
216214
#### Permission Issues (Linux/macOS)
217215
@@ -258,5 +256,5 @@ cat .env | grep -v '^#' | grep '=' # Should show key=value pairs
258256

259257
- [Deployment Guide](DeploymentGuide.md) - Instructions for production deployment.
260258
- [Delete Resource Group](DeleteResourceGroup.md) - Steps to safely delete the Azure resource group created for the solution.
261-
- [Powershell Setup](PowershellSetup.md) - Instructions for setting up PowerShell and required scripts.
262-
- [Quota Check](QuotaCheck.md) - Steps to verify Azure quotas and ensure required limits before deployment.
259+
- [PowerShell Setup](PowershellSetup.md) - Instructions for setting up PowerShell and required scripts.
260+
- [Quota Check](QuotaCheck.md) - Steps to verify Azure quotas and ensure required limits before deployment..

docs/PowershellSetup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ This guide will help you add **PowerShell 7** (PowerShell Core) to your system
3737
- Finally, click **OK** to exit the **System Properties** window.
3838
### 6. Verify PowerShell 7 in PATH
3939
- Open **Command Prompt** or **Run** (press `Win + R`).
40-
- Type `pwsh` and press Enter.
41-
- If PowerShell 7 opens, you've successfully added it to your PATH!
40+
- Type `pwsh` and press Enter. If PowerShell 7 opens, you've successfully added it to your PATH!
4241
---
4342
## Troubleshooting
4443
- **PowerShell 7 not opening:** Ensure the path to PowerShell 7 is entered correctly. If you're using a custom installation folder, check that the correct path is added to the `Path` variable.

0 commit comments

Comments
 (0)