You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+52-33Lines changed: 52 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,41 +29,13 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
29
29
30
30
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../docs/quota_check.md)** before you deploy the solution.
31
31
32
-
|[](https://codespaces.new/microsoft/Modernize-your-Code-Solution-Accelerator)|[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Modernize-your-Code-Solution-Accelerator)|
33
-
|---|---|
34
-
35
-
### **Configurable Deployment Settings**
36
-
37
-
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):
|**Azure Region**| The region where resources will be created. | East US |
42
-
|**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 |
43
-
|**AI Location**| Location for all AI services resources. This location can be different from the resource group location. | japaneast |
44
-
|**Capacity**| Configure capacity for **gpt-4o**. | 200 |
45
-
|**Model Deployment Type**| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). | GlobalStandard |
46
-
|**Model Name**| Set the Model Name (allowed values: gpt-4o). | gpt-4o |
47
-
|**Model Version**| Set the Azure model version (allowed values: 2024-08-06). | 2024-08-06 |
48
-
|**Image Tag**| Set the Image tag (allowed values: latest, dev, hotfix). | latest |
49
-
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. |`<Existing Workspace Id>`|
32
+
## Deployment Options & Steps
50
33
51
-
52
-
This accelerator can be configured to use authentication.
53
-
54
-
* To use authentication the installer must have the rights to create and register an application identity in their Azure environment.
55
-
After installation is complete, follow the directions in the [App Authentication](../docs/AddAuthentication.md) document to enable authentication.
56
-
* Note: If you enable authentication, all processing history and current processing will be performed for your specific user. Without authentication, all batch history from the tool will be visible to all users.
57
-
58
-
### [Optional] Quota Recommendations
59
-
By default, the **GPT model capacity** in deployment is set to **5k tokens**.
60
-
> **We recommend increasing the capacity to 200k tokens for optimal performance.**
61
-
62
-
To adjust quota settings, follow these [steps](../docs/AzureGPTQuotaSettings.md)
63
-
64
-
### Deployment Options
65
34
Pick from the options below to see step-by-step instructions for: GitHub Codespaces, VS Code Dev Containers, Local Environments, and Bicep deployments.
66
35
36
+
|[](https://codespaces.new/microsoft/Modernize-your-Code-Solution-Accelerator)|[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Modernize-your-Code-Solution-Accelerator)|
37
+
|---|---|
38
+
67
39
<details>
68
40
<summary><b>Deploy in GitHub Codespaces</b></summary>
69
41
@@ -124,7 +96,54 @@ If you're not using one of the above options for opening the project, then you'l
124
96
125
97
</details>
126
98
127
-
### Deploying
99
+
<br/>
100
+
101
+
Consider the following settings during your deployment to modify specific settings:
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):
|**Azure Region**| The region where resources will be created. | East US |
111
+
|**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 |
112
+
|**AI Location**| Location for all AI services resources. This location can be different from the resource group location. | japaneast |
|**Model Deployment Type**| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). | GlobalStandard |
115
+
|**Model Name**| Set the Model Name (allowed values: gpt-4o). | gpt-4o |
116
+
|**Model Version**| Set the Azure model version (allowed values: 2024-08-06). | 2024-08-06 |
117
+
|**Image Tag**| Set the Image tag (allowed values: latest, dev, hotfix). | latest |
118
+
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. |`<Existing Workspace Id>`|
119
+
120
+
121
+
This accelerator can be configured to use authentication.
122
+
123
+
* To use authentication the installer must have the rights to create and register an application identity in their Azure environment.
124
+
After installation is complete, follow the directions in the [App Authentication](../docs/AddAuthentication.md) document to enable authentication.
125
+
* Note: If you enable authentication, all processing history and current processing will be performed for your specific user. Without authentication, all batch history from the tool will be visible to all users.
126
+
127
+
</details>
128
+
129
+
<details>
130
+
<Summary><b> Quota Recommendations </b></Summary>
131
+
By default, the **GPT model capacity**in deployment is set to **5k tokens**.
132
+
>**We recommend increasing the capacity to 200k tokens for optimal performance.**
133
+
134
+
To adjust quota settings, follow these [steps](../docs/AzureGPTQuotaSettings.md)
135
+
136
+
</details>
137
+
138
+
<details>
139
+
140
+
<summary><b>Reusing an Existing Log Analytics Workspace</b></summary>
141
+
142
+
Guide to get your [Existing Workspace ID](/docs/re-use-log-analytics.md)
143
+
144
+
</details>
145
+
146
+
### Deploying with AZD
128
147
129
148
Once you've opened the project in [Codespaces](#github-codespaces) or in [Dev Containers](#vs-code-dev-containers) or [locally](#local-environment), you can deploy it to Azure following the following steps.
0 commit comments