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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ In order to deploy and run this example, you'll need
89
89
-**Azure account permissions** - Your Azure Account must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#owner).
90
90
91
91
92
-
> **Warning**<br>
92
+
> [!WARNING]<br>
93
93
> By default this sample will create an Azure Container App, and Azure Cognitive Search resource that have a monthly cost, as well as Form Recognizer resource that has cost per document page. You can switch them to free versions of each of them if you want to avoid this cost by changing the parameters file under the infra folder (though there are some limits to consider; for example, you can have up to 1 free Cognitive Search resource per subscription, and the free Form Recognizer resource only analyzes the first 2 pages of each document.)
94
94
95
95
### Cost estimation
@@ -164,7 +164,7 @@ It will look like the following:
164
164
165
165

166
166
167
-
> **Note**<br>
167
+
> [!NOTE]<br>
168
168
> It may take a few minutes for the application to be fully deployed.
169
169
170
170
#### Use existing resources
@@ -177,19 +177,19 @@ If you have existing resources in Azure that you wish to use, you can configure
177
177
1. Run `azd env set AZURE_OPENAI_EMBEDDING_DEPLOYMENT {Name of existing embedding model deployment}`. Only needed if your embedding model deployment is not the default `embedding`.
178
178
1. Run `azd up`
179
179
180
-
> **Note**<br>
180
+
> [!NOTE]<br>
181
181
> You can also use existing Search and Storage Accounts. See `./infra/main.parameters.json` for list of environment variables to pass to `azd env set` to configure those existing resources.
182
182
183
183
#### Deploying or re-deploying a local clone of the repo
184
184
185
-
> **Important**<br>
185
+
> [!IMPORTANT]<br>
186
186
> Ensure Docker is running before running any `azd` provisioning / deployment commands.
187
187
188
188
- Run `azd up`
189
189
190
190
#### Deploying your repo using App Spaces
191
191
192
-
> **Note**<br>
192
+
> [!NOTE]<br>
193
193
> Make sure you have AZD supported bicep files in your repository and add an initial GitHub Actions Workflow file which can either be triggered manually (for initial deployment) or on code change (automatically re-deploying with the latest changes)
194
194
> To make your repository compatible with App Spaces, you need to make changes to your main bicep and main parameters file to allow AZD to deploy to an existing resource group with the appropriate tags.
195
195
@@ -225,7 +225,7 @@ If you have existing resources in Azure that you wish to use, you can configure
225
225
226
226
#### Running locally
227
227
228
-
> **Important**<br>
228
+
> [!IMPORTANT]<br>
229
229
> Ensure Docker is running before running any `azd` provisioning / deployment commands.
230
230
231
231
1. Run `azd auth login`
@@ -308,7 +308,7 @@ to production. Here are some things to consider:
> The PDF documents used in this demo contain information generated using a language model (Azure OpenAI Service). The information contained in these documents is only for demonstration purposes and does not reflect the opinions or beliefs of Microsoft. Microsoft makes no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the information contained in this document. All rights reserved to Microsoft.
0 commit comments