Skip to content

Commit b0b6b28

Browse files
Merge pull request #252 from microsoft/kings-readme
style: update deployment guide
2 parents 332466c + 632d0fe commit b0b6b28

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.github/workflows/broken-links-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: lycheeverse/lychee-action@v2.6.1
3838
with:
3939
args: >
40-
--verbose --exclude-mail --no-progress --exclude ^https?://
40+
--verbose --no-progress --exclude ^https?://
4141
${{ steps.changed-markdown-files.outputs.all_changed_files }}
4242
failIfEmpty: false
4343
env:
@@ -50,7 +50,7 @@ jobs:
5050
uses: lycheeverse/lychee-action@v2.6.1
5151
with:
5252
args: >
53-
--verbose --exclude-mail --no-progress --exclude ^https?://
53+
--verbose --no-progress --exclude ^https?://
5454
'**/*.md'
5555
failIfEmpty: false
5656
env:

docs/DeploymentGuide.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can run this solution using GitHub Codespaces. The button will open a web-ba
7272
</details>
7373

7474
<details>
75-
<summary><b>Deploy in VS Code</b></summary>
75+
<summary><b>Deploy in VS Code Dev Containers</b></summary>
7676

7777
### VS Code Dev Containers
7878

@@ -122,22 +122,7 @@ Consider the following settings during your deployment to modify specific settin
122122
<details>
123123
<Summary><b>Configurable Deployment Settings</b></Summary>
124124

125-
When you start the deployment, most parameters will have **default values**, but you can update the following settings by following the steps [here](../docs/CustomizingAzdParameters.md):
126-
127-
| **Setting** | **Description** | **Default value** |
128-
|----------------------------------|------------------------------------------------------------------------------------------------------|----------------------------|
129-
| **Azure Region** | The region where resources will be created. | East US |
130-
| **Resource Prefix** | Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group. | azdtemp |
131-
| **Capacity** | Configure capacity for **gpt-4o**. | 200 |
132-
| **Model Deployment Type** | Change the Model Deployment Type (allowed values: Standard, GlobalStandard). | GlobalStandard |
133-
| **Model Name** | Set the Model Name (allowed values: gpt-4o). | gpt-4o |
134-
| **Model Version** | Set the Azure model version (allowed values: 2024-08-06). | 2024-08-06 |
135-
| **Image Tag** | Set the Image tag (allowed values: latest, dev, hotfix). | latest |
136-
| **Existing Log analytics workspace** | To reuse the existing Log analytics workspace Id. | `<Existing Workspace Id>` |
137-
| **Jumpbox Admin Username** | Specifies the administrator username for the Jumpbox Virtual Machine. | `JumpboxAdminUser` |
138-
| **Jumpbox Admin Password** | Specifies the administrator password for the Jumpbox Virtual Machine. | `JumpboxAdminP@ssw0rd1234!` |
139-
| **Cosmos DB Secondary Location** | Specifies the secondary region for Cosmos DB. Set this if redundancy (`enableRedundancy`) is enabled. | `<Secondary Region>` |
140-
125+
When you start the deployment, most parameters will have **default values**, but you can update the following settings by following the steps [here](../docs/CustomizingAzdParameters.md)
141126

142127
This accelerator can be configured to use authentication.
143128

0 commit comments

Comments
 (0)