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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ Check out similar solution accelerators
184
184
| Solution Accelerator | Description |
185
185
|---|---|
186
186
|[Documen Knowledge Mining](https://github.com/microsoft/Document-Knowledge-Mining-Solution-Accelerator)| Extract structured information from unstructured documents using AI |
187
-
|[Multi Agent Custom Automation Engine Solution Acceleratorr](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/tree/main)| An AI-driven orchestration system that manages a group of AI agents to accomplish tasks based on user input |
187
+
|[Multi Agent Custom Automation Engine Solution Accelerator](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/tree/main)| An AI-driven orchestration system that manages a group of AI agents to accomplish tasks based on user input |
188
188
|[Conversation Knowledge Mining](https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator)| Enable organizations to derive insights from volumes of conversational data using generative AI |
189
189
190
190
<br/>
@@ -210,4 +210,4 @@ You acknowledge that the Software and Microsoft Products and Services (1) are no
210
210
211
211
You acknowledge the Software is not subject to SOC 1 and SOC 2 compliance audits. No Microsoft technology, nor any of its component technologies, including the Software, is intended or made available as a substitute for the professional advice, opinion, or judgement of a certified financial services professional. Do not use the Software to replace, substitute, or provide professional financial advice or judgment.
212
212
213
-
BY ACCESSING OR USING THE SOFTWARE, YOU ACKNOWLEDGE THAT THE SOFTWARE IS NOT DESIGNED OR INTENDED TO SUPPORT ANY USE IN WHICH A SERVICE INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE COULD RESULT IN THE DEATH OR SERIOUS BODILY INJURY OF ANY PERSON OR IN PHYSICAL OR ENVIRONMENTAL DAMAGE (COLLECTIVELY, "HIGH-RISK USE"), AND THAT YOU WILL ENSURE THAT, IN THE EVENT OF ANY INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE, THE SAFETY OF PEOPLE, PROPERTY, AND THE ENVIRONMENT ARE NOT REDUCED BELOW A LEVEL THAT IS REASONABLY, APPROPRIATE, AND LEGAL, WHETHER IN GENERAL OR IN A SPECIFIC INDUSTRY. BY ACCESSING THE SOFTWARE, YOU FURTHER ACKNOWLEDGE THAT YOUR HIGH-RISK USE OF THE SOFTWARE IS AT YOUR OWN RISK.
213
+
BY ACCESSING OR USING THE SOFTWARE, YOU ACKNOWLEDGE THAT THE SOFTWARE IS NOT DESIGNED OR INTENDED TO SUPPORT ANY USE IN WHICH A SERVICE INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE COULD RESULT IN THE DEATH OR SERIOUS BODILY INJURY OF ANY PERSON OR IN PHYSICAL OR ENVIRONMENTAL DAMAGE (COLLECTIVELY, "HIGH-RISK USE"), AND THAT YOU WILL ENSURE THAT, IN THE EVENT OF ANY INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE, THE SAFETY OF PEOPLE, PROPERTY, AND THE ENVIRONMENT ARE NOT REDUCED BELOW A LEVEL THAT IS REASONABLY, APPROPRIATE, AND LEGAL, WHETHER IN GENERAL OR IN A SPECIFIC INDUSTRY. BY ACCESSING THE SOFTWARE, YOU FURTHER ACKNOWLEDGE THAT YOUR HIGH-RISK USE OF THE SOFTWARE IS AT YOUR OWN RISK.
Copy file name to clipboardExpand all lines: docs/CustomizingAzdParameters.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ To customize any of the above values, run the following command **before** `azd
27
27
azd env set<PARAMETER_NAME><VALUE>
28
28
```
29
29
30
+
Set the Log Analytics Workspace Id if you need to reuse the existing workspace which is already existing
31
+
```shell
32
+
azd env set AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID '/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.OperationalInsights/workspaces/<workspace-name>'
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,20 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
10
10
- Azure OpenAI Service
11
11
- GPT Model Capacity
12
12
13
-
Here are some example regions where the services are available: East US, East US2, Japan East, UK South, Sweden Central.
13
+
> ⚠️ **Region-Specific Deployment Constraints:**
14
+
> This application is currently supported only in the following Azure regions. Please ensure you select one of these regions during deployment to avoid failures:
@@ -29,6 +42,7 @@ When you start the deployment, most parameters will have **default values**, but
29
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. | None |
30
43
|**AI Location**| Location for all AI services resources. This location can be different from the resource group location | None |
31
44
|**Capacity**| Configure capacity for **gpt-4o**. | 5k |
45
+
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. ||
32
46
33
47
This accelerator can be configured to use authentication.
0 commit comments