Skip to content

Commit 5cd9fe2

Browse files
authored
Fix formatting for Event Grid mentions in tutorial
1 parent fe187ad commit 5cd9fe2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/azure-functions/tutorial-ffmpeg-processing-azure-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The function reads the mount path from an environment variable (`FFMPEG_PATH`) s
8989
9090
## Deploy by using Azure Developer CLI
9191
92-
This sample is an [Azure Developer CLI (azd)](/azure/developer/azure-developer-cli/overview) template. A single `azd up` command provisions infrastructure, deploys the function code, uploads the ffmpeg binary to Azure Files, and creates the EventGrid subscription for blob triggers.
92+
This sample is an [Azure Developer CLI (azd)](/azure/developer/azure-developer-cli/overview) template. A single `azd up` command provisions infrastructure, deploys the function code, uploads the ffmpeg binary to Azure Files, and creates the Event Grid subscription for blob triggers.
9393
9494
1. Sign in to Azure. The post-deployment script uses Azure CLI commands, so you need to authenticate by using both tools:
9595
@@ -109,7 +109,7 @@ This sample is an [Azure Developer CLI (azd)](/azure/developer/azure-developer-c
109109
- Creates a resource group, storage account, Key Vault, Flex Consumption function app, Application Insights instance, and managed identity.
110110
- Deploys the Python function code.
111111
- Downloads and uploads the ffmpeg binary to the Azure Files share.
112-
- Creates an EventGrid subscription so blob uploads trigger your function.
112+
- Creates an Event Grid subscription so blob uploads trigger your function.
113113
- Runs a health check.
114114
115115
> [!NOTE]
@@ -129,7 +129,7 @@ This sample is an [Azure Developer CLI (azd)](/azure/developer/azure-developer-c
129129

130130
## Process an image
131131

132-
1. Upload the sample image included in the repository to the input container. The event grid subscription created during deployment automatically triggers your function when a blob is uploaded.
132+
1. Upload the sample image included in the repository to the input container. The Event Grid subscription created during deployment automatically triggers your function when a blob is uploaded.
133133

134134
```azurecli
135135
az storage blob upload \

0 commit comments

Comments
 (0)