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/workshop/docs/workshop/Challenge-1/Deployment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ We will set up the initial environment for you to build on top of during your Mi
3
3
4
4
### **Prerequisites**
5
5
6
-
- To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups and resources**. Follow the steps in [Azure Account Set Up](../../../../docs/AzureAccountSetUp.md)
6
+
- To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups and resources**. Follow the steps in [Azure Account Set Up](../../../../../documents/AzureAccountSetUp.md)
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../../../../docs/QuotaCheck.md)** before you deploy the solution.
24
+
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](../../../../../documents/QuotaCheck.md)** before you deploy the solution.
25
25
26
26
27
27
### Quota Recommendations
28
28
By default, the **GPT model capacity** in deployment is set to **30k tokens**.
29
29
> **We recommend increasing the capacity to 120k tokens for optimal performance.**
30
30
31
-
To adjust quota settings, follow these [steps](../../../../docs/AzureGPTQuotaSettings.md)
31
+
To adjust quota settings, follow these [steps](../../../../../documents/AzureGPTQuotaSettings.md)
32
32
33
33
34
34
@@ -84,6 +84,6 @@ Additional Steps
84
84
85
85
1.**Optional**: Add App Authentication
86
86
87
-
Follow steps in [App Authentication](../../../../docs/AppAuthentication.md) to configure authenitcation in app service.
87
+
Follow steps in [App Authentication](../../../../../documents/AppAuthentication.md) to configure authenitcation in app service.
88
88
89
89
Note: Authentication changes can take up to 10 minutes
Copy file name to clipboardExpand all lines: docs/workshop/docs/workshop/Challenge-5/index.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
@@ -10,8 +10,8 @@ Content Understanding is an innovative solution designed to analyze and interpre
10
10
11
11
| File | Description |
12
12
| --- | --- |
13
-
|[video_chapter_generation.ipynb](video_chapter_generation.ipynb)| Extract semantic descriptions using content understanding API, and then leverage OpenAI to group into video chapters. |
14
-
|[video_tag_generation.ipynb](video_tag_generation.ipynb)| Generate video tags based on Azure Content Understanding and Azure OpenAI. |
13
+
|[video_chapter_generation.ipynb](../Challenge-5/notebooks/video_chapter_generation.ipynb)| Extract semantic descriptions using content understanding API, and then leverage OpenAI to group into video chapters. |
14
+
|[video_tag_generation.ipynb](../Challenge-5/notebooks/video_tag_generation.ipynb)| Generate video tags based on Azure Content Understanding and Azure OpenAI. |
Copy file name to clipboardExpand all lines: documents/CustomizingAzdParameters.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ By default this template will use the environment name as the prefix to prevent
21
21
|`AZURE_OPENAI_EMBEDDING_MODEL`| string |`text-embedding-ada-002`| Sets the name of the embedding model to use. |
22
22
|`AZURE_ENV_IMAGETAG`| string |`latest`| Sets the image tag (`latest`, `dev`, `hotfix`, etc.). |
23
23
|`AZURE_OPENAI_EMBEDDING_MODEL_CAPACITY`| integer |`80`| Sets the capacity for the embedding model deployment. |
24
-
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string |`<Existing Workspace Id>`| Reuses an existing Log Analytics Workspace instead of creating a new one. |
24
+
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string | Guide to get your [Existing Workspace ID](/documents/re-use-log-analytics.md)| Reuses an existing Log Analytics Workspace instead of creating a new one. |
25
+
|`USE_LOCAL_BUILD`| string |`false`| Indicates whether to use a local container build for deployment. |
25
26
|`AZURE_EXISTING_AI_PROJECT_RESOURCE_ID`| string |`<Existing AI Project resource Id>`| Reuses an existing AIFoundry and AIFoundryProject instead of creating a new one. |
26
27
27
28
@@ -38,4 +39,4 @@ azd env set <PARAMETER_NAME> <VALUE>
Copy file name to clipboardExpand all lines: documents/DeploymentGuide.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,13 @@ Depending on your subscription quota and capacity, you can [adjust quota setting
137
137
138
138
**⚠️ Warning:** Insufficient quota can cause deployment errors. Please ensure you have the recommended capacity or request additional capacity before deploying this solution.
139
139
140
+
</details>
141
+
<details>
142
+
143
+
<summary><b>Reusing an Existing Log Analytics Workspace</b></summary>
144
+
145
+
Guide to get your [Existing Workspace ID](/documents/re-use-log-analytics.md)
0 commit comments