Skip to content

Commit 46908ca

Browse files
fix: Minor issues in guide
1 parent d0e44fe commit 46908ca

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Ensure you have access to an [Azure subscription](https://azure.microsoft.com/fr
7373

7474
## Step 2: Deployment Environment
7575

76-
<summary><b>Local Environment</b></summary>
76+
### Local Environment
7777

7878
**Required Tools:**
7979
- [PowerShell 7.0+](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell)
@@ -149,7 +149,7 @@ azd env set AZURE_ENV_VM_ADMIN_PASSWORD <your-password>
149149

150150
You can customize various deployment settings before running `azd up`, including Azure regions, AI model configurations (deployment type, version, capacity), container registry settings, and resource names.
151151

152-
📖 **Complete Guide:** See [Parameter Customization Guide](../docs/CustomizingAzdParameters.md) for the full list of available parameters and their usage.
152+
📖 **Complete Guide:** See [Parameter Customization Guide](./CustomizingAzdParameters.md) for the full list of available parameters and their usage.
153153

154154
</details>
155155

@@ -260,16 +260,16 @@ powershell.exe -ExecutionPolicy Bypass -File ".\resourcedeployment.ps1"
260260

261261
<img src="./images/deployment/Deployment_Login_02.png" width="900" alt-text="Login">
262262

263-
##### 5.1.3.2 You will be prompted to Login, Select a account and proceed to Login.
263+
##### 5.1.3.2 You will be prompted to login. Select an account and proceed to login.
264264

265-
##### 5.1.3.3 **GO !** - Post Deployment Script executes Azure Infrastructure configuration, Application code compile and publish into Kubernetes Cluster.
265+
##### 5.1.3.3 **GO!** - Post Deployment script executes Azure Infrastructure configuration, Application code compile and publish into Kubernetes Cluster.
266266

267267
##### 5.1.3.4 Deployment Complete
268268

269269
#### 🥳🎉 First, congrats on finishing Deployment!
270270
Let's check the message and configure your model's TPM rate higher to get better performance.
271271
You can check the Application URL from the final console message.
272-
Don't miss this Url information. This is the application's endpoint URL and it should be used for your data importing process.
272+
Don't miss this URL information. This is the application's endpoint URL and should be used for your data importing process.
273273

274274
<img src="./images/deployment/Deployment_Screen02.png" alt="Success Deployment" width="900">
275275

docs/LocalDevelopmentSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This application consists of **three separate services** that run independently:
1515
> **⚠️ Critical: Each service must run in its own terminal/console window**
1616
>
1717
> - **Do NOT close terminals/windows** while services are running
18-
> - Open **Kernel Memory** and **Backend API** in Visual studio.
18+
> - Open **Kernel Memory** and **Backend API** in Visual Studio.
1919
> - Open **Frontend** in Visual Studio Code.
2020
> - Each service will occupy its terminal and show live logs
2121
>

0 commit comments

Comments
 (0)