Skip to content

Commit 3c267d9

Browse files
Fix Markdown syntax issues
1 parent e460aee commit 3c267d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Last updated: 2025-06-06
5858

5959
</details>
6060

61-
6261
> How to extract layout elements from PDFs stored in an Azure Storage Account, process them using Azure Document Intelligence, and store the results in Cosmos DB for further analysis.
6362
>
6463
> 1. Upload your PDFs to an Azure Blob Storage container. <br/>
@@ -78,6 +77,7 @@ Last updated: 2025-06-06
7877

7978
> [!NOTE]
8079
> Azure Event Grid System Topics are free to create and manage, a System Topic is automatically created and managed by Azure for certain Azure services that emit events. It represents a source of events from an Azure resource (like a Storage Account, Key Vault, or Azure Maps). `You don't need to create or manage the topic yourself, Azure does it for you when you enable event publishing on a supported resource.` <br/>
80+
>
8181
> - Emits predefined event types (e.g., Microsoft.Storage.BlobCreated, Microsoft.Resources.ResourceWriteSuccess). <br/>
8282
> - You can attach event handlers (like Azure Functions, Logic Apps, Webhooks) to respond to these events. <br/>
8383
> - Works seamlessly with serverless architectures for real-time automation. <br/>
@@ -176,6 +176,7 @@ Last updated: 2025-06-06
176176
> In the context of Azure Function Apps, a `hosting option refers to the plan you choose to run your function app`. This choice affects how your function app is scaled, the resources available to each function app instance, and the support for advanced functionalities like virtual network connectivity and container support.
177177
178178
> [!TIP]
179+
>
179180
> - `Scale to Zero`: Indicates whether the service can automatically scale down to zero instances when idle.
180181
> - **IDLE** stands for:
181182
> - **I** – Inactive
@@ -189,7 +190,6 @@ Last updated: 2025-06-06
189190
> - `Max Scale Out (Instances)`: Maximum number of instances the service can scale out to.
190191
> - `Example AI Use Cases`: Real-world scenarios where each plan excels.
191192
192-
193193
<details>
194194
<summary><strong>Flex Consumption</strong></summary>
195195

0 commit comments

Comments
 (0)