Skip to content

Commit 64a4bcd

Browse files
authored
Update README.md (#245)
Indentations do not work with the new style alerts... so leave them as is.
1 parent 236a077 commit 64a4bcd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In order to deploy and run this example, you'll need
8989
- **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).
9090

9191

92-
> **Warning**<br>
92+
> [!WARNING]<br>
9393
> 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.)
9494
9595
### Cost estimation
@@ -164,7 +164,7 @@ It will look like the following:
164164

165165
!['Output from running azd up'](assets/endpoint.png)
166166

167-
> **Note**<br>
167+
> [!NOTE]<br>
168168
> It may take a few minutes for the application to be fully deployed.
169169
170170
#### Use existing resources
@@ -177,19 +177,19 @@ If you have existing resources in Azure that you wish to use, you can configure
177177
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`.
178178
1. Run `azd up`
179179

180-
> **Note**<br>
180+
> [!NOTE]<br>
181181
> 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.
182182
183183
#### Deploying or re-deploying a local clone of the repo
184184

185-
> **Important**<br>
185+
> [!IMPORTANT]<br>
186186
> Ensure Docker is running before running any `azd` provisioning / deployment commands.
187187
188188
- Run `azd up`
189189

190190
#### Deploying your repo using App Spaces
191191

192-
> **Note**<br>
192+
> [!NOTE]<br>
193193
> 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)
194194
> 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.
195195
@@ -225,7 +225,7 @@ If you have existing resources in Azure that you wish to use, you can configure
225225

226226
#### Running locally
227227

228-
> **Important**<br>
228+
> [!IMPORTANT]<br>
229229
> Ensure Docker is running before running any `azd` provisioning / deployment commands.
230230
231231
1. Run `azd auth login`
@@ -308,7 +308,7 @@ to production. Here are some things to consider:
308308
- [`Azure.AI.OpenAI` NuGet package](https://www.nuget.org/packages/Azure.AI.OpenAI)
309309
- [Original Blazor App](https://github.com/IEvangelist/blazor-azure-openai)
310310

311-
> **Note**<br>
311+
> [!NOTE]<br>
312312
> 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.
313313
314314
### FAQ

0 commit comments

Comments
 (0)